Class ShowCustomRangeUtilizationResponse
Message for the response to getting the utilization of a CustomRange
Implements
Inherited Members
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 |