Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportUserEventsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportUserEventsRequest
- 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 the ExportUserEvents method.
Instance Attribute Summary collapse
-
#filter ⇒ String
Deprecated: This field is deprecated.
-
#output_config ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfig
The output configuration setting.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2betaExportUserEventsRequest
constructor
A new instance of GoogleCloudRetailV2betaExportUserEventsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2betaExportUserEventsRequest
Returns a new instance of GoogleCloudRetailV2betaExportUserEventsRequest.
4638 4639 4640 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4638 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter ⇒ String
Deprecated: This field is deprecated. Any filter provided will be ignored.
Corresponds to the JSON property filter
4631 4632 4633 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4631 def filter @filter end |
#output_config ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfig
The output configuration setting.
Corresponds to the JSON property outputConfig
4636 4637 4638 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4636 def output_config @output_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4643 4644 4645 4646 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4643 def update!(**args) @filter = args[:filter] if args.key?(:filter) @output_config = args[:output_config] if args.key?(:output_config) end |