Class GuestAttributesEntry (1.5.1)

GuestAttributesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A guest attributes namespace/key/value entry.

Attributes

NameDescription
namespace str
Namespace for the guest attribute entry.
key str
Key for the guest attribute entry.
value str
Value for the guest attribute entry.

Inheritance

builtins.object > proto.message.Message > GuestAttributesEntry