Class: Peddler::APIs::NotificationsV1::EventFilter
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::EventFilter
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#aggregation_settings ⇒ Peddler::APIs::NotificationsV1::AggregationSettings?
readonly
Returns the value of attribute aggregation_settings.
-
#event_filter_type ⇒ String
readonly
Returns the value of attribute event_filter_type.
-
#marketplace_ids ⇒ Array[String]?
readonly
Returns the value of attribute marketplace_ids.
-
#order_change_types ⇒ Array[untyped]?
readonly
Returns the value of attribute order_change_types.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :event_filter_type, :aggregation_settings, :marketplace_ids, :order_change_types ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::EventFilter
Instance Method Summary collapse
-
#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]? }
Instance Attribute Details
#aggregation_settings ⇒ Peddler::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_type ⇒ String (readonly)
Returns the value of attribute event_filter_type.
261 262 263 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 261 def event_filter_type @event_filter_type end |
#marketplace_ids ⇒ Array[String]? (readonly)
Returns the value of attribute marketplace_ids.
262 263 264 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 262 def marketplace_ids @marketplace_ids end |
#order_change_types ⇒ Array[untyped]? (readonly)
Returns the value of attribute order_change_types.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::NotificationsV1::EventFilter
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 ]
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]? }
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]? }
|