Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportProductsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportProductsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2beta/classes.rb,
lib/google/apis/retail_v2beta/representations.rb,
lib/google/apis/retail_v2beta/representations.rb
Overview
Request message for ExportProducts method.
Instance Attribute Summary collapse
-
#filter ⇒ String
This field is deprecated.
-
#output_config ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfig
The output configuration setting.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2betaExportProductsRequest
constructor
A new instance of GoogleCloudRetailV2betaExportProductsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2betaExportProductsRequest
Returns a new instance of GoogleCloudRetailV2betaExportProductsRequest.
4578 4579 4580 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4578 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter ⇒ String
This field is deprecated. Any filter provided will be ignored.
Corresponds to the JSON property filter
4571 4572 4573 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4571 def filter @filter end |
#output_config ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfig
The output configuration setting.
Corresponds to the JSON property outputConfig
4576 4577 4578 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4576 def output_config @output_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4583 4584 4585 4586 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4583 def update!(**args) @filter = args[:filter] if args.key?(:filter) @output_config = args[:output_config] if args.key?(:output_config) end |