productLinkInvitationStatus property

String? productLinkInvitationStatus
getter/setter pair

The product link invitation to be created.

Required. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ACCEPTED" : The invitation is accepted.
  • "REQUESTED" : An invitation has been sent to the other account. A user on the other account may now accept the invitation by setting the status to ACCEPTED.
  • "PENDING_APPROVAL" : This invitation has been sent by a user on the other account. It may be accepted by a user on this account by setting the status to ACCEPTED.
  • "REVOKED" : The invitation is revoked by the user who sent the invitation.
  • "REJECTED" : The invitation has been rejected by the invitee.
  • "EXPIRED" : The invitation has timed out before being accepted by the invitee.

Implementation

core.String? productLinkInvitationStatus;