Class CreateTagKeyRequest (1.6.2)

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

The request message for creating a TagKey.

Attributes

NameDescription
tag_key google.cloud.resourcemanager_v3.types.TagKey
Required. The TagKey to be created. Only fields ``short_name``, ``description``, and ``parent`` are considered during the creation request.
validate_only bool
Optional. Set to true to perform validations necessary for creating the resource, but not actually perform the action.

Inheritance

builtins.object > proto.message.Message > CreateTagKeyRequest