Class AdSource
Definition of a mediation ad source.
Implements
Inherited Members
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 |