Class: Google::Apis::CloudbillingV1beta::MultiRegional
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::MultiRegional
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbilling_v1beta/classes.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb
Overview
Area contains multiple locations.
Instance Attribute Summary collapse
-
#name ⇒ String
The location name where the data is stored.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MultiRegional
constructor
A new instance of MultiRegional.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MultiRegional
Returns a new instance of MultiRegional.
2369 2370 2371 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2369 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
The location name where the data is stored. For example: "us" for multi-region.
Corresponds to the JSON property name
2367 2368 2369 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2367 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2374 2375 2376 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2374 def update!(**args) @name = args[:name] if args.key?(:name) end |