Class CheckAvailabilityIpamAdminScopesResponse
Message for response to checking the availability of IpamAdminScopes
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class CheckAvailabilityIpamAdminScopesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScopeAvailabilities
The details of the requested scopes.
Declaration
[JsonProperty("scopeAvailabilities")]
public virtual IList<IpamAdminScopeAvailability> ScopeAvailabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IpamAdminScopeAvailability> |