Class GuestAttributesValue (2.1.0)

public sealed class GuestAttributesValue : IMessage<GuestAttributesValue>, IEquatable<GuestAttributesValue>, IDeepCloneable<GuestAttributesValue>, IBufferMessage, IMessage

Array of guest attribute namespace/key/value tuples.

Inheritance

Object > GuestAttributesValue

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GuestAttributesValue()

public GuestAttributesValue()

GuestAttributesValue(GuestAttributesValue)

public GuestAttributesValue(GuestAttributesValue other)
Parameter
NameDescription
otherGuestAttributesValue

Properties

Items

public RepeatedField<GuestAttributesEntry> Items { get; }
Property Value
TypeDescription
RepeatedField<GuestAttributesEntry>