Show / Hide Table of Contents

Class ShowDiscoveredRangeUtilizationResponse

Message for the response to getting the utilization of a DiscoveredRange

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX