Show / Hide Table of Contents

Class MediaPlanner

Represents a media planner account.

Inheritance
object
MediaPlanner
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX