Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleMapsResultDelta
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleMapsResultDelta
- 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
Instance Attribute Summary collapse
-
#result ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleMapsResultContentGoogleMapsResult>
The results of the Google Maps.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1GoogleMapsResultDelta
constructor
A new instance of GenaiVertexV1beta1GoogleMapsResultDelta.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1GoogleMapsResultDelta
Returns a new instance of GenaiVertexV1beta1GoogleMapsResultDelta.
2520 2521 2522 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2520 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleMapsResultContentGoogleMapsResult>
The results of the Google Maps.
Corresponds to the JSON property result
2518 2519 2520 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2518 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2525 2526 2527 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2525 def update!(**args) @result = args[:result] if args.key?(:result) end |