AI-generated Key Takeaways
- 
          ProposalStatus describes the status of a Proposal within the ProposalService. 
- 
          The possible states include DRAFT, PENDING_APPROVAL, APPROVED, REJECTED, and UNKNOWN. 
- 
          Each status indicates a specific stage in the lifecycle of a Proposal, from creation to approval or rejection. 
                  Service
               
               
                  ProposalService
               
            
                  Dependencies
               
               
                  Proposal
                  
            ▼
                  ProposalStatus
               Describes the Proposal status.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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. |