public sealed class RolloutInfo : IMessage<RolloutInfo>, IEquatable<RolloutInfo>, IDeepCloneable<RolloutInfo>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Quotas v1 API class RolloutInfo.
[Output only] Rollout information of a quota.
Implements
IMessageRolloutInfo, IEquatableRolloutInfo, IDeepCloneableRolloutInfo, IBufferMessage, IMessageNamespace
Google.Cloud.CloudQuotas.V1Assembly
Google.Cloud.CloudQuotas.V1.dll
Constructors
RolloutInfo()
public RolloutInfo()RolloutInfo(RolloutInfo)
public RolloutInfo(RolloutInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
RolloutInfo |
Properties
OngoingRollout
public bool OngoingRollout { get; set; }Whether there is an ongoing rollout for a quota or not.
| Property Value | |
|---|---|
| Type | Description |
bool |
|