Struct gapi_grpc::google::ads::googleads::v6::resources::account_budget::PendingAccountBudgetProposal[][src]

pub struct PendingAccountBudgetProposal {
    pub account_budget_proposal: String,
    pub proposal_type: i32,
    pub name: String,
    pub start_date_time: String,
    pub purchase_order_number: String,
    pub notes: String,
    pub creation_date_time: String,
    pub end_time: Option<EndTime>,
    pub spending_limit: Option<SpendingLimit>,
}

A pending proposal associated with the enclosing account-level budget, if applicable.

Fields

account_budget_proposal: String

Output only. The resource name of the proposal. AccountBudgetProposal resource names have the form:

customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}

proposal_type: i32

Output only. The type of this proposal, e.g. END to end the budget associated with this proposal.

name: String

Output only. The name to assign to the account-level budget.

start_date_time: String

Output only. The start time in yyyy-MM-dd HH:mm:ss format.

purchase_order_number: String

Output only. A purchase order number is a value that helps users reference this budget in their monthly invoices.

notes: String

Output only. Notes associated with this budget.

creation_date_time: String

Output only. The time when this account-level budget proposal was created. Formatted as yyyy-MM-dd HH:mm:ss.

end_time: Option<EndTime>

The end time of the account-level budget.

spending_limit: Option<SpendingLimit>

The spending limit.

Implementations

impl PendingAccountBudgetProposal[src]

pub fn proposal_type(&self) -> AccountBudgetProposalType[src]

Returns the enum value of proposal_type, or the default if the field is set to an invalid enum value.

pub fn set_proposal_type(&mut self, value: AccountBudgetProposalType)[src]

Sets proposal_type to the provided enum value.

Trait Implementations

impl Clone for PendingAccountBudgetProposal[src]

impl Debug for PendingAccountBudgetProposal[src]

impl Default for PendingAccountBudgetProposal[src]

impl Message for PendingAccountBudgetProposal[src]

impl PartialEq<PendingAccountBudgetProposal> for PendingAccountBudgetProposal[src]

impl StructuralPartialEq for PendingAccountBudgetProposal[src]

Auto Trait Implementations

impl RefUnwindSafe for PendingAccountBudgetProposal

impl Send for PendingAccountBudgetProposal

impl Sync for PendingAccountBudgetProposal

impl Unpin for PendingAccountBudgetProposal

impl UnwindSafe for PendingAccountBudgetProposal

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]