Class: Google::Apis::CloudnumberregistryV1alpha::CheckAvailabilityIpamAdminScopesResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudnumberregistryV1alpha::CheckAvailabilityIpamAdminScopesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudnumberregistry_v1alpha/classes.rb,
lib/google/apis/cloudnumberregistry_v1alpha/representations.rb,
lib/google/apis/cloudnumberregistry_v1alpha/representations.rb
Overview
Message for response to checking the availability of IpamAdminScopes
Instance Attribute Summary collapse
-
#scope_availabilities ⇒ Array<Google::Apis::CloudnumberregistryV1alpha::IpamAdminScopeAvailability>
The details of the requested scopes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CheckAvailabilityIpamAdminScopesResponse
constructor
A new instance of CheckAvailabilityIpamAdminScopesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CheckAvailabilityIpamAdminScopesResponse
Returns a new instance of CheckAvailabilityIpamAdminScopesResponse.
115 116 117 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 115 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scope_availabilities ⇒ Array<Google::Apis::CloudnumberregistryV1alpha::IpamAdminScopeAvailability>
The details of the requested scopes.
Corresponds to the JSON property scopeAvailabilities
113 114 115 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 113 def scope_availabilities @scope_availabilities end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
120 121 122 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 120 def update!(**args) @scope_availabilities = args[:scope_availabilities] if args.key?(:scope_availabilities) end |