Class: Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
- Defined in:
- sig/peddler/apis/replenishment_2022_11_07.rbs
Instance Attribute Summary collapse
-
#aggregation_frequency ⇒ String?
readonly
Returns the value of attribute aggregation_frequency.
-
#asins ⇒ Array[String]?
readonly
Returns the value of attribute asins.
-
#brand_names ⇒ Array[String]?
readonly
Returns the value of attribute brand_names.
-
#fulfillment_channel_types ⇒ Array[untyped]?
readonly
Returns the value of attribute fulfillment_channel_types.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#product_groups ⇒ Array[String]?
readonly
Returns the value of attribute product_groups.
-
#program_types ⇒ Array[untyped]
readonly
Returns the value of attribute program_types.
-
#skus ⇒ Array[String]?
readonly
Returns the value of attribute skus.
-
#time_interval ⇒ Peddler::APIs::Replenishment20221107::TimeInterval
readonly
Returns the value of attribute time_interval.
-
#time_period_type ⇒ String
readonly
Returns the value of attribute time_period_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
-
#to_h ⇒ { marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, aggregation_frequency: String?, asins: Array[String]?, brand_names: Array[String]?, fulfillment_channel_types: Array[untyped]?, product_groups: Array[String]?, skus: Array[String]? }
Instance Attribute Details
#aggregation_frequency ⇒ String? (readonly)
Returns the value of attribute aggregation_frequency.
225 226 227 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 225 def aggregation_frequency @aggregation_frequency end |
#asins ⇒ Array[String]? (readonly)
Returns the value of attribute asins.
226 227 228 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 226 def asins @asins end |
#brand_names ⇒ Array[String]? (readonly)
Returns the value of attribute brand_names.
227 228 229 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 227 def brand_names @brand_names end |
#fulfillment_channel_types ⇒ Array[untyped]? (readonly)
Returns the value of attribute fulfillment_channel_types.
228 229 230 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 228 def fulfillment_channel_types @fulfillment_channel_types end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
229 230 231 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 229 def marketplace_id @marketplace_id end |
#product_groups ⇒ Array[String]? (readonly)
Returns the value of attribute product_groups.
230 231 232 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 230 def product_groups @product_groups end |
#program_types ⇒ Array[untyped] (readonly)
Returns the value of attribute program_types.
231 232 233 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 231 def program_types @program_types end |
#skus ⇒ Array[String]? (readonly)
Returns the value of attribute skus.
232 233 234 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 232 def skus @skus end |
#time_interval ⇒ Peddler::APIs::Replenishment20221107::TimeInterval (readonly)
Returns the value of attribute time_interval.
233 234 235 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 233 def time_interval @time_interval end |
#time_period_type ⇒ String (readonly)
Returns the value of attribute time_period_type.
234 235 236 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 234 def time_period_type @time_period_type end |
Class Method Details
.[](marketplace_id:, program_types:, time_interval:, time_period_type:, aggregation_frequency:, asins:, brand_names:, fulfillment_channel_types:, product_groups:, skus:) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
218 219 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 218
def self.[]: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?asins: Array[String]?, ?brand_names: Array[String]?, ?fulfillment_channel_types: Array[untyped]?, ?product_groups: Array[String]?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
| (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[String]?, Array[String]?, Array[untyped]?, Array[String]?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
|
.members ⇒ [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
221 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 221
def self.members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
|
.new(marketplace_id:, program_types:, time_interval:, time_period_type:, aggregation_frequency:, asins:, brand_names:, fulfillment_channel_types:, product_groups:, skus:) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
216 217 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 216
def self.new: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?asins: Array[String]?, ?brand_names: Array[String]?, ?fulfillment_channel_types: Array[untyped]?, ?product_groups: Array[String]?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
| (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[String]?, Array[String]?, Array[untyped]?, Array[String]?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
|
.parse ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
223 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 223
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
|
Instance Method Details
#members ⇒ [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
236 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 236
def members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
|
#to_h ⇒ { marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, aggregation_frequency: String?, asins: Array[String]?, brand_names: Array[String]?, fulfillment_channel_types: Array[untyped]?, product_groups: Array[String]?, skus: Array[String]? }
237 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 237
def to_h: () -> { marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, aggregation_frequency: String?, asins: Array[String]?, brand_names: Array[String]?, fulfillment_channel_types: Array[untyped]?, product_groups: Array[String]?, skus: Array[String]? }
|