Show / Hide Table of Contents

Class IpamAdminScopeAvailability

Message for the availability of an IpamAdminScope

Inheritance
object
IpamAdminScopeAvailability
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX