Class ExamplesRestrictionsNamespace (1.24.1)

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

Restrictions namespace for example-based explanations overrides.

Attributes

NameDescription
namespace_name str
The namespace name.
allow MutableSequence[str]
The list of allowed tags.
deny MutableSequence[str]
The list of deny tags.

Inheritance

builtins.object > proto.message.Message > ExamplesRestrictionsNamespace