Class IpamAdminScopeAvailability
Message for the availability of an IpamAdminScope
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class IpamAdminScopeAvailability : IDirectResponseSchema
Properties
AdminProject
The admin project of the IpamAdminScope if it exists.
Declaration
[JsonProperty("adminProject")]
public virtual long? AdminProject { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Availability
The availability of the scope.
Declaration
[JsonProperty("availability")]
public virtual string Availability { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scope
The scope of the IpamAdminScope.
Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| string |