Class Range
Message describing either a CustomRange or a DiscoveredRange.
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class Range : IDirectResponseSchema
Properties
CustomRange
A custom range.
Declaration
[JsonProperty("customRange")]
public virtual CustomRange CustomRange { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomRange |
DiscoveredRange
A discovered range.
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 |
Utilization
The utilization of the range.
Declaration
[JsonProperty("utilization")]
public virtual RangeUtilization Utilization { get; set; }
Property Value
| Type | Description |
|---|---|
| RangeUtilization |