Class: Google::Apis::FirebaseV1beta1::FinalizeDefaultLocationRequest
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseV1beta1::FinalizeDefaultLocationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/firebase_v1beta1/classes.rb,
generated/google/apis/firebase_v1beta1/representations.rb,
generated/google/apis/firebase_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#location_id ⇒ String
The ID of the Project's default GCP resource location.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FinalizeDefaultLocationRequest
constructor
A new instance of FinalizeDefaultLocationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FinalizeDefaultLocationRequest
Returns a new instance of FinalizeDefaultLocationRequest.
368 369 370 |
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 368 def initialize(**args) update!(**args) end |
Instance Attribute Details
#location_id ⇒ String
The ID of the Project's default GCP resource location. The location must be
one of the available GCP resource locations.
Corresponds to the JSON property locationId
366 367 368 |
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 366 def location_id @location_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
373 374 375 |
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 373 def update!(**args) @location_id = args[:location_id] if args.key?(:location_id) end |