Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleMapsResultStepGoogleMapsResultItem
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleMapsResultStepGoogleMapsResultItem
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
The result of the Google Maps.
Instance Attribute Summary collapse
-
#places ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleMapsResultStepGoogleMapsResultItemGoogleMapsResultPlaces>
Corresponds to the JSON property
places. -
#widget_context_token ⇒ String
Corresponds to the JSON property
widgetContextToken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1GoogleMapsResultStepGoogleMapsResultItem
constructor
A new instance of GenaiVertexV1beta1GoogleMapsResultStepGoogleMapsResultItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1GoogleMapsResultStepGoogleMapsResultItem
Returns a new instance of GenaiVertexV1beta1GoogleMapsResultStepGoogleMapsResultItem.
3264 3265 3266 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3264 def initialize(**args) update!(**args) end |
Instance Attribute Details
#places ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleMapsResultStepGoogleMapsResultItemGoogleMapsResultPlaces>
Corresponds to the JSON property places
3257 3258 3259 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3257 def places @places end |
#widget_context_token ⇒ String
Corresponds to the JSON property widgetContextToken
3262 3263 3264 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3262 def @widget_context_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3269 3270 3271 3272 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3269 def update!(**args) @places = args[:places] if args.key?(:places) @widget_context_token = args[:widget_context_token] if args.key?(:widget_context_token) end |