approvalName property

String? approvalName
getter/setter pair

The name of the approval being approved.

If absent and there is only one approval possible, that approval will be granted. If absent and there are many approvals possible, the request will fail with a 400 Bad Request. Optional.

Implementation

core.String? approvalName;