Show / Hide Table of Contents

Class AdSource

Definition of a mediation ad source.

Inheritance
object
AdSource
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.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class AdSource : IDirectResponseSchema

Properties

AdSourceId

ID of this ad source.

Declaration
[JsonProperty("adSourceId")]
public virtual string AdSourceId { 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

Resource name of this ad source. Format is: accounts/{publisher_id}/adSources/{ad_source_id}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Title

Display name of this ad source.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX