Class GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal
A pending proposal associated with the enclosing account-level budget, if applicable.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal : IDirectResponseSchema
Properties
AccountBudgetProposal
Output only. The resource name of the proposal. AccountBudgetProposal resource names have the form:
customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}
Declaration
[JsonProperty("accountBudgetProposal")]
public virtual string AccountBudgetProposal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreationDateTime
Output only. The time when this account-level budget proposal was created. Formatted as yyyy-MM-dd HH:mm:ss.
Declaration
[JsonProperty("creationDateTime")]
public virtual string CreationDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndDateTime
Output only. The end time in yyyy-MM-dd HH:mm:ss format.
Declaration
[JsonProperty("endDateTime")]
public virtual string EndDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTimeType
Output only. The end time as a well-defined type, for example, FOREVER.
Declaration
[JsonProperty("endTimeType")]
public virtual string EndTimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. The name to assign to the account-level budget.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Notes
Output only. Notes associated with this budget.
Declaration
[JsonProperty("notes")]
public virtual string Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProposalType
Output only. The type of this proposal, for example, END to end the budget associated with this proposal.
Declaration
[JsonProperty("proposalType")]
public virtual string ProposalType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PurchaseOrderNumber
Output only. A purchase order number is a value that helps users reference this budget in their monthly invoices.
Declaration
[JsonProperty("purchaseOrderNumber")]
public virtual string PurchaseOrderNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpendingLimitMicros
Output only. The spending limit in micros. One million is equivalent to one unit.
Declaration
[JsonProperty("spendingLimitMicros")]
public virtual long? SpendingLimitMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SpendingLimitType
Output only. The spending limit as a well-defined type, for example, INFINITE.
Declaration
[JsonProperty("spendingLimitType")]
public virtual string SpendingLimitType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartDateTime
Output only. The start time in yyyy-MM-dd HH:mm:ss format.
Declaration
[JsonProperty("startDateTime")]
public virtual string StartDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |