Class: Peddler::APIs::NotificationsV1::EventFilter

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/notifications_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#aggregation_settingsPeddler::APIs::NotificationsV1::AggregationSettings? (readonly)

Returns the value of attribute aggregation_settings.



260
261
262
# File 'sig/peddler/apis/notifications_v1.rbs', line 260

def aggregation_settings
  @aggregation_settings
end

#event_filter_typeString (readonly)

Returns the value of attribute event_filter_type.

Returns:

  • (String)


261
262
263
# File 'sig/peddler/apis/notifications_v1.rbs', line 261

def event_filter_type
  @event_filter_type
end

#marketplace_idsArray[String]? (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String], nil)


262
263
264
# File 'sig/peddler/apis/notifications_v1.rbs', line 262

def marketplace_ids
  @marketplace_ids
end

#order_change_typesArray[untyped]? (readonly)

Returns the value of attribute order_change_types.

Returns:

  • (Array[untyped], nil)


263
264
265
# File 'sig/peddler/apis/notifications_v1.rbs', line 263

def order_change_types
  @order_change_types
end

Class Method Details

.[](event_filter_type:, aggregation_settings:, marketplace_ids:, order_change_types:) ⇒ Peddler::APIs::NotificationsV1::EventFilter .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::NotificationsV1::EventFilter

Overloads:



253
254
# File 'sig/peddler/apis/notifications_v1.rbs', line 253

def self.[]: (event_filter_type: String, ?aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings?, ?marketplace_ids: Array[String]?, ?order_change_types: Array[untyped]?) -> Peddler::APIs::NotificationsV1::EventFilter
| (String, Peddler::APIs::NotificationsV1::AggregationSettings?, Array[String]?, Array[untyped]?) -> Peddler::APIs::NotificationsV1::EventFilter

.members[ :event_filter_type, :aggregation_settings, :marketplace_ids, :order_change_types ]

Returns:

  • ([ :event_filter_type, :aggregation_settings, :marketplace_ids, :order_change_types ])


256
# File 'sig/peddler/apis/notifications_v1.rbs', line 256

def self.members: () -> [ :event_filter_type, :aggregation_settings, :marketplace_ids, :order_change_types ]

.new(event_filter_type:, aggregation_settings:, marketplace_ids:, order_change_types:) ⇒ Peddler::APIs::NotificationsV1::EventFilter .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::NotificationsV1::EventFilter

Overloads:



251
252
# File 'sig/peddler/apis/notifications_v1.rbs', line 251

def self.new: (event_filter_type: String, ?aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings?, ?marketplace_ids: Array[String]?, ?order_change_types: Array[untyped]?) -> Peddler::APIs::NotificationsV1::EventFilter
| (String, Peddler::APIs::NotificationsV1::AggregationSettings?, Array[String]?, Array[untyped]?) -> Peddler::APIs::NotificationsV1::EventFilter

.parsePeddler::APIs::NotificationsV1::EventFilter

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



258
# File 'sig/peddler/apis/notifications_v1.rbs', line 258

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::EventFilter

Instance Method Details

#members[ :event_filter_type, :aggregation_settings, :marketplace_ids, :order_change_types ]

Returns:

  • ([ :event_filter_type, :aggregation_settings, :marketplace_ids, :order_change_types ])


265
# File 'sig/peddler/apis/notifications_v1.rbs', line 265

def members: () -> [ :event_filter_type, :aggregation_settings, :marketplace_ids, :order_change_types ]

#to_h{ event_filter_type: String, aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings?, marketplace_ids: Array[String]?, order_change_types: Array[untyped]? }

Returns:



266
# File 'sig/peddler/apis/notifications_v1.rbs', line 266

def to_h: () -> { event_filter_type: String, aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings?, marketplace_ids: Array[String]?, order_change_types: Array[untyped]? }