Class ShowDiscoveredRangeUtilizationResponse
Message for the response to getting the utilization of a DiscoveredRange
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class ShowDiscoveredRangeUtilizationResponse : IDirectResponseSchema
Properties
DiscoveredRange
The DiscoveredRange resource.
Declaration
[JsonProperty("discoveredRange")]
public virtual DiscoveredRange DiscoveredRange { get; set; }
Property Value
| Type | Description |
|---|---|
| DiscoveredRange |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RangeUtilization
The utilization of the DiscoveredRange.
Declaration
[JsonProperty("rangeUtilization")]
public virtual RangeUtilization RangeUtilization { get; set; }
Property Value
| Type | Description |
|---|---|
| RangeUtilization |