Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse
- 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
-
#anonymous_widget_config ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfig
WidgetConfig captures configs at the Widget level.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigResponse.
2577 2578 2579 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2577 def initialize(**args) update!(**args) end |
Instance Attribute Details
#anonymous_widget_config ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfig
WidgetConfig captures configs at the Widget level.
Corresponds to the JSON property anonymousWidgetConfig
2575 2576 2577 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2575 def @anonymous_widget_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2582 2583 2584 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2582 def update!(**args) @anonymous_widget_config = args[:anonymous_widget_config] if args.key?(:anonymous_widget_config) end |