Enum LinkProposalState
The state of a link proposal resource.
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public enum LinkProposalState
Fields
Name | Description |
---|---|
AwaitingReviewFromGoogleAnalytics | This proposal is awaiting review from a Google Analytics user. This proposal will automatically expire after some time. |
AwaitingReviewFromLinkedProduct | This proposal is awaiting review from a user of a linked product. This proposal will automatically expire 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. |
Unspecified | Unspecified state |
Withdrawn | This proposal has been withdrawn by an admin on the initiating product. This proposal will be automatically deleted after some time. |