public sealed class GuestAttributesValue : IMessage<GuestAttributesValue>, IEquatable<GuestAttributesValue>, IDeepCloneable<GuestAttributesValue>, IBufferMessage, IMessage
Array of guest attribute namespace/key/value tuples.
Implements
IMessage<GuestAttributesValue>, IEquatable<GuestAttributesValue>, IDeepCloneable<GuestAttributesValue>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GuestAttributesValue()
public GuestAttributesValue()
GuestAttributesValue(GuestAttributesValue)
public GuestAttributesValue(GuestAttributesValue other)
Parameter | |
---|---|
Name | Description |
other | GuestAttributesValue |
Properties
Items
public RepeatedField<GuestAttributesEntry> Items { get; }
Property Value | |
---|---|
Type | Description |
RepeatedField<GuestAttributesEntry> |