requiredRevisionId property

String? requiredRevisionId
getter/setter pair

The revision_id of the label that the write request will be applied to.

If this is not the latest revision of the label, the request will not be processed and will return a 400 Bad Request error.

Implementation

core.String? requiredRevisionId;