public sealed class CommitmentsScopedList : IMessage<CommitmentsScopedList>, IEquatable<CommitmentsScopedList>, IDeepCloneable<CommitmentsScopedList>, IBufferMessage, IMessage
Implements
IMessageCommitmentsScopedList, IEquatableCommitmentsScopedList, IDeepCloneableCommitmentsScopedList, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
CommitmentsScopedList()
public CommitmentsScopedList()
CommitmentsScopedList(CommitmentsScopedList)
public CommitmentsScopedList(CommitmentsScopedList other)
Parameter | |
---|---|
Name | Description |
other | CommitmentsScopedList |
Properties
Commitments
public RepeatedField<Commitment> Commitments { get; }
[Output Only] A list of commitments contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCommitment |
Warning
public Warning Warning { get; set; }
[Output Only] Informational warning which replaces the list of commitments when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |