Class: Google::Apis::FirebaseV1beta1::FinalizeDefaultLocationRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebase_v1beta1/classes.rb,
lib/google/apis/firebase_v1beta1/representations.rb,
lib/google/apis/firebase_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FinalizeDefaultLocationRequest

Returns a new instance of FinalizeDefaultLocationRequest.



441
442
443
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 441

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

Instance Attribute Details

#location_idString

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

Returns:

  • (String)


439
440
441
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 439

def location_id
  @location_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



446
447
448
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 446

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