Class GuestAttributesEntry (1.6.0)

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

A guest attributes namespace/key/value entry.

Attributes

NameDescription
key str
Key for the guest attribute entry. This field is a member of `oneof`_ ``_key``.
namespace str
Namespace for the guest attribute entry. This field is a member of `oneof`_ ``_namespace``.
value str
Value for the guest attribute entry. This field is a member of `oneof`_ ``_value``.

Inheritance

builtins.object > proto.message.Message > GuestAttributesEntry