Class ExamplesRestrictionsNamespace (1.15.0)

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

Restrictions namespace for example-based explanations overrides.

Attributes

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

Inheritance

builtins.object > proto.message.Message > ExamplesRestrictionsNamespace