public sealed class AggregateUsageResponse : IMessage<AggregateUsageResponse>, IEquatable<AggregateUsageResponse>, IDeepCloneable<AggregateUsageResponse>, IBufferMessage, IMessage, IPageResponse<Usage>, IEnumerable<Usage>, IEnumerableReference documentation and code samples for the License Manager v1 API class AggregateUsageResponse.
Message for response for aggregating usage count
Implements
IMessageAggregateUsageResponse, IEquatableAggregateUsageResponse, IDeepCloneableAggregateUsageResponse, IBufferMessage, IMessage, IPageResponseUsage, IEnumerableUsage, IEnumerableNamespace
Google.Cloud.LicenseManager.V1Assembly
Google.Cloud.LicenseManager.V1.dll
Constructors
AggregateUsageResponse()
public AggregateUsageResponse()AggregateUsageResponse(AggregateUsageResponse)
public AggregateUsageResponse(AggregateUsageResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AggregateUsageResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Usages
public RepeatedField<Usage> Usages { get; }The aggregated records of usage per configuration
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldUsage |
|
Methods
GetEnumerator()
public IEnumerator<Usage> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorUsage |
|