AI-generated Key Takeaways
-
ProposalStatus describes the status of a Proposal object.
-
The ProposalStatus enumeration includes values such as DRAFT, PENDING_APPROVAL, APPROVED, and REJECTED.
-
Each enumeration value indicates a specific stage or outcome in the Proposal workflow.
-
The UNKNOWN value is returned if the actual value is not exposed by the requested API version.
Describes the Proposal status.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Enumeration | Description |
---|---|
DRAFT
|
Indicates that the Proposal has just been created or retracted but no approval has been requested yet. |
PENDING_APPROVAL
|
Indicates that a request for approval has been made for the Proposal. |
APPROVED
|
Indicates that the Proposal has been approved and is ready to serve. |
REJECTED
|
Indicates that the Proposal has been rejected in the approval workflow. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |