Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaExportUserEventsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaExportUserEventsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/representations.rb
Overview
Request message for the ExportUserEvents method.
Instance Attribute Summary collapse
-
#filter ⇒ String
Deprecated: This field is deprecated.
-
#output_config ⇒ Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfig
The output configuration setting.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaExportUserEventsRequest
constructor
A new instance of GoogleCloudRetailV2alphaExportUserEventsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaExportUserEventsRequest
Returns a new instance of GoogleCloudRetailV2alphaExportUserEventsRequest.
3635 3636 3637 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3635 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
3628 3629 3630 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3628 def filter @filter end |
#output_config ⇒ Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfig
The output configuration setting.
Corresponds to the JSON property outputConfig
3633 3634 3635 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3633 def output_config @output_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3640 3641 3642 3643 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3640 def update!(**args) @filter = args[:filter] if args.key?(:filter) @output_config = args[:output_config] if args.key?(:output_config) end |