Class CreateTagValueRequest (1.0.2)

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

The request message for creating a TagValue. .. attribute:: tag_value

Required. The TagValue to be created. Only fields short_name, description, and parent are considered during the creation request.

:type: google.cloud.resourcemanager_v3.types.TagValue

Attribute

NameDescription
validate_only bool
Optional. Set as true to perform the validations necessary for creating the resource, but not actually perform the action.