Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaExportUserEventsRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2alphaExportUserEventsRequest

Returns a new instance of GoogleCloudRetailV2alphaExportUserEventsRequest.



3664
3665
3666
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3664

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#filterString

Deprecated: This field is deprecated. Any filter provided will be ignored. Corresponds to the JSON property filter

Returns:

  • (String)


3657
3658
3659
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3657

def filter
  @filter
end

#output_configGoogle::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfig

The output configuration setting. Corresponds to the JSON property outputConfig



3662
3663
3664
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3662

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3669
3670
3671
3672
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3669

def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
  @output_config = args[:output_config] if args.key?(:output_config)
end