Class BillingAssignment
List account, subaccount, advertiser, and campaign associated with a given Billing Profile.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class BillingAssignment : IDirectResponseSchema
Properties
AccountId
ID of the account associated with the billing assignment.This is a read-only, auto-generated field.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
AdvertiserId
ID of the advertiser associated with the billing assignment.Wildcard (*) means this assignment is not limited to a single advertiser
Declaration
[JsonProperty("advertiserId")]
public virtual string AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
string |
CampaignId
ID of the campaign associated with the billing assignment. Wildcard (*) means this assignment is not limited to a single campaign
Declaration
[JsonProperty("campaignId")]
public virtual string CampaignId { 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 |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#billingAssignment".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
SubaccountId
ID of the subaccount associated with the billing assignment.Wildcard (*) means this assignment is not limited to a single subaccountThis is a read-only, auto-generated field.
Declaration
[JsonProperty("subaccountId")]
public virtual string SubaccountId { get; set; }
Property Value
Type | Description |
---|---|
string |