Show / Hide Table of Contents

Class CheckAvailabilityIpamAdminScopesResponse

Message for response to checking the availability of IpamAdminScopes

Inheritance
object
CheckAvailabilityIpamAdminScopesResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX