Struct googapis::google::ads::googleads::v9::resources::account_budget::PendingAccountBudgetProposal[][src]

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

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

Fields

account_budget_proposal: Option<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: Option<String>

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

start_date_time: Option<String>

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

purchase_order_number: Option<String>

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

notes: Option<String>

Output only. Notes associated with this budget.

creation_date_time: Option<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

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

Sets proposal_type to the provided enum value.

Returns the value of account_budget_proposal, or the default value if account_budget_proposal is unset.

Returns the value of name, or the default value if name is unset.

Returns the value of start_date_time, or the default value if start_date_time is unset.

Returns the value of purchase_order_number, or the default value if purchase_order_number is unset.

Returns the value of notes, or the default value if notes is unset.

Returns the value of creation_date_time, or the default value if creation_date_time is unset.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns the encoded length of the message without a length delimiter.

Clears the message, resetting all fields to their default.

Encodes the message to a buffer. Read more

Encodes the message to a newly allocated buffer.

Encodes the message with a length-delimiter to a buffer. Read more

Encodes the message with a length-delimiter to a newly allocated buffer.

Decodes an instance of the message from a buffer. Read more

Decodes a length-delimited instance of the message from the buffer.

Decodes an instance of the message from a buffer, and merges it into self. Read more

Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more