Class CreateTaxonomyRequest (2.0.0)

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

Request message for CreateTaxonomy.

Attributes

NameDescription
parent str
Required. Resource name of the project that the taxonomy will belong to.
taxonomy `.policytagmanager.Taxonomy`
The taxonomy to be created.

Inheritance

builtins.object > proto.message.Message > CreateTaxonomyRequest