class Google::Apis::FirebaseV1beta1::FinalizeDefaultLocationRequest
Attributes
location_id[RW]
The ID of the Project's default GCP resource location. The location must be one of the available [GCP resource locations](firebase.google.com/docs/ projects/locations). Corresponds to the JSON property `locationId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebase_v1beta1/classes.rb, line 348 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebase_v1beta1/classes.rb, line 353 def update!(**args) @location_id = args[:location_id] if args.key?(:location_id) end