AI-generated Key Takeaways
- 
          ProposalStatus describes the status of a Proposal object. 
- 
          The possible statuses for a Proposal include DRAFT, PENDING_APPROVAL, APPROVED, and REJECTED. 
- 
          UNKNOWN is a status used when the actual value is not exposed by the requested API version. 
                  Service
               
               
                  ProposalService
               
            
                  Dependencies
               
               
                  Proposal
                  
            ▼
                  ProposalStatus
               Describes the Proposal status.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202411
| 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. |