requiredRevisionId property

String? requiredRevisionId
getter/setter pair

The revision ID of the form that the write request is applied to.

If this is not the latest revision of the form, the request is not processed and returns a 400 bad request error.

Implementation

core.String? requiredRevisionId;