GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal class

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

Constructors

GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal({String? accountBudgetProposal, String? creationDateTime, String? endDateTime, String? endTimeType, String? name, String? notes, String? proposalType, String? purchaseOrderNumber, String? spendingLimitMicros, String? spendingLimitType, String? startDateTime})
GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal.fromJson(Map json_)

Properties

accountBudgetProposal String?
The resource name of the proposal.
getter/setter pair
creationDateTime String?
The time when this account-level budget proposal was created.
getter/setter pair
endDateTime String?
The end time in yyyy-MM-dd HH:mm:ss format.
getter/setter pair
endTimeType String?
The end time as a well-defined type, for example, FOREVER.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name to assign to the account-level budget.
getter/setter pair
notes String?
Notes associated with this budget.
getter/setter pair
proposalType String?
The type of this proposal, for example, END to end the budget associated with this proposal.
getter/setter pair
purchaseOrderNumber String?
A purchase order number is a value that helps users reference this budget in their monthly invoices.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spendingLimitMicros String?
The spending limit in micros.
getter/setter pair
spendingLimitType String?
The spending limit as a well-defined type, for example, INFINITE.
getter/setter pair
startDateTime String?
The start time in yyyy-MM-dd HH:mm:ss format.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited