Class GoogleAdsSearchads360V23ResourcesInvoiceCampaignSummary
Represents campaign level billable cost information associated with an account budget.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesInvoiceCampaignSummary : IDirectResponseSchema
Properties
AmountMicros
Output only. The amount attributable to this campaign for the given unit of measure during the service period, in micros. The currency code for this amount is the same as the Invoice.currency_code.
Declaration
[JsonProperty("amountMicros")]
public virtual long? AmountMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CampaignDescription
Output only. The description of the campaign. This is generally the same as the campaign name, but may differ.
Declaration
[JsonProperty("campaignDescription")]
public virtual string CampaignDescription { 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 |
Quantity
Output only. The quantity served for the given unit of measure.
Declaration
[JsonProperty("quantity")]
public virtual long? Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
UnitOfMeasure
Output only. The unit of measure for the quantity served.
Declaration
[JsonProperty("unitOfMeasure")]
public virtual string UnitOfMeasure { get; set; }
Property Value
| Type | Description |
|---|---|
| string |