Class TagApiDeploymentRevisionRequest (0.6.1)

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

Request message for TagApiDeploymentRevision.

Attributes

NameDescription
name str
Required. The name of the deployment to be tagged, including the revision ID.
tag str
Required. The tag to apply. The tag should be at most 40 characters, and match ``a-z][a-z0-9-]{3,39}``.