linkProposalState property
The state of this proposal.
Output only. Possible string values are:
- "LINK_PROPOSAL_STATE_UNSPECIFIED" : Unspecified state
- "AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS" : This proposal is awaiting review from a Google Analytics user. This proposal will automatically expire after some time.
- "AWAITING_REVIEW_FROM_LINKED_PRODUCT" : This proposal is awaiting review from a user of a linked product. This proposal will automatically expire after some time.
- "WITHDRAWN" : This proposal has been withdrawn by an admin on the initiating product. This proposal will be automatically deleted after some time.
- "DECLINED" : This proposal has been declined by an admin on the receiving product. This proposal will be automatically deleted after some time.
- "EXPIRED" : This proposal expired due to lack of response from an admin on the receiving product. This proposal will be automatically deleted after some time.
- "OBSOLETE" : This proposal has become obsolete because a link was directly created to the same external product resource that this proposal specifies. This proposal will be automatically deleted after some time.
Implementation
core.String? linkProposalState;