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

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FinalizeDefaultLocationRequest

Returns a new instance of FinalizeDefaultLocationRequest.



388
389
390
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 388

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

Instance Attribute Details

#location_idString

The ID of the default GCP resource location for the Project. The location must be one of the available GCP resource locations. Corresponds to the JSON property locationId

Returns:

  • (String)


386
387
388
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 386

def location_id
  @location_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



393
394
395
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 393

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