createProductRevision property

String? createProductRevision
getter/setter pair

Revision number of the product that the deal was created from.

If present on create, and the server product_revision has advanced since the passed-in create_product_revision, an ABORTED error will be returned. Note: This field may be set only when creating the resource. Modifying this field while updating the resource will result in an error.

Optional.

Implementation

core.String? createProductRevision;