Class: Google::Apis::CloudbillingV1beta::Regional

Inherits:
Object
  • Object
show all
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 only one location.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Regional

Returns a new instance of Regional.



2570
2571
2572
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2570

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

Instance Attribute Details

#nameString

The location name. For example: "us-central1" for region. Corresponds to the JSON property name

Returns:

  • (String)


2568
2569
2570
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2568

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2575
2576
2577
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2575

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