Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Response message for WidgetService.LookupWidgetConfig method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse.



1965
1966
1967
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1965

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

Instance Attribute Details

#anonymous_widget_configGoogle::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfig

WidgetConfig captures configs at the Widget level. Corresponds to the JSON property anonymousWidgetConfig



1963
1964
1965
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1963

def anonymous_widget_config
  @anonymous_widget_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1970
1971
1972
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1970

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