Class RealmAggregatedData
Aggregated data for the Realm.
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class RealmAggregatedData : IDirectResponseSchema
Properties
CustomRangesCount
Output only. Number of custom ranges in the Realm.
Declaration
[JsonProperty("customRangesCount")]
public virtual int? CustomRangesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
DiscoveredRangesCount
Output only. Number of discovered ranges in the Realm.
Declaration
[JsonProperty("discoveredRangesCount")]
public virtual int? DiscoveredRangesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |