Maintenance v1beta API - Class MaintenanceSummary.Types.Aggregate (1.0.0-beta01)

public sealed class MaintenanceSummary.Types.Aggregate : IMessage<MaintenanceSummary.Types.Aggregate>, IEquatable<MaintenanceSummary.Types.Aggregate>, IDeepCloneable<MaintenanceSummary.Types.Aggregate>, IBufferMessage, IMessage

Reference documentation and code samples for the Maintenance v1beta API class MaintenanceSummary.Types.Aggregate.

Aggregate is a <group, count> pair.

Inheritance

object > MaintenanceSummary.Types.Aggregate

Namespace

Google.Cloud.Maintenance.Api.V1Beta

Assembly

Google.Cloud.Maintenance.Api.V1Beta.dll

Constructors

Aggregate()

public Aggregate()

Aggregate(Aggregate)

public Aggregate(MaintenanceSummary.Types.Aggregate other)
Parameter
Name Description
other MaintenanceSummaryTypesAggregate

Properties

Count

public long Count { get; set; }

The count of the group.

Property Value
Type Description
long

Group

public string Group { get; set; }

Specifies what specific value of the group_by the count represents. For example if group_by is "state" its corresponding group could be "SCHEDULED".

Property Value
Type Description
string