requiredRevisionId property

String? requiredRevisionId
getter/setter pair

The optional revision ID of the document the write request is applied to.

If this is not the latest revision of the document, the request is not processed and returns a 400 bad request error. When a required revision ID is returned in a response, it indicates the revision ID of the document after the request was applied.

Implementation

core.String? requiredRevisionId;