Show / Hide Table of Contents

Class ShowCustomRangeUtilizationResponse

Message for the response to getting the utilization of a CustomRange

Inheritance
object
ShowCustomRangeUtilizationResponse
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 ShowCustomRangeUtilizationResponse : IDirectResponseSchema

Properties

CustomRange

The CustomRange resource.

Declaration
[JsonProperty("customRange")]
public virtual CustomRange CustomRange { get; set; }
Property Value
Type Description
CustomRange

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RangeUtilization

The utilization of the CustomRange.

Declaration
[JsonProperty("rangeUtilization")]
public virtual RangeUtilization RangeUtilization { get; set; }
Property Value
Type Description
RangeUtilization

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX