Class CreateTagValueRequest (1.6.2)

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

The request message for creating a TagValue.

Attributes

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

Inheritance

builtins.object > proto.message.Message > CreateTagValueRequest