Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest
- 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
Request message for WidgetService.LookupWidgetConfig method.
Instance Attribute Summary collapse
-
#widget_config_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest
Returns a new instance of GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest.
4089 4090 4091 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4089 def initialize(**args) update!(**args) end |
Instance Attribute Details
#widget_config_id ⇒ String
Required. The UUID of the Widget Config.
Corresponds to the JSON property widgetConfigId
4087 4088 4089 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4087 def @widget_config_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4094 4095 4096 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4094 def update!(**args) @widget_config_id = args[:widget_config_id] if args.key?(:widget_config_id) end |