Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest

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

Request message for WidgetService.LookupWidgetConfig method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest

Returns a new instance of GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest.



2558
2559
2560
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2558

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

Instance Attribute Details

#widget_config_idString

Required. The UUID of the Widget Config. Corresponds to the JSON property widgetConfigId

Returns:

  • (String)


2556
2557
2558
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2556

def widget_config_id
  @widget_config_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2563
2564
2565
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2563

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