Class MediaPlanner
Represents a media planner account.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class MediaPlanner : IDirectResponseSchema
Properties
AccountId
Output only. Account ID of the media planner.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AncestorNames
Output only. The ancestor names of the media planner. Format: mediaPlanners/{mediaPlannerAccountId} Can be
used to filter the response of the mediaPlanners.list method.
Declaration
[JsonProperty("ancestorNames")]
public virtual IList<string> AncestorNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
DisplayName
Output only. The display name of the media planner. Can be used to filter the response of the mediaPlanners.list method.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
Name
Identifier. The unique resource name of the media planner. Format: mediaPlanners/{mediaPlannerAccountId}
Can be used to filter the response of the mediaPlanners.list method.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |