GuestAttributesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A guest attributes namespace/key/value entry.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
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 .
|