Class LanguageTargeting
Language Targeting.
Inheritance
System.Object
LanguageTargeting
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class LanguageTargeting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Languages
Languages that this ad targets. For each language only languageId is required. The other fields are populated automatically when the ad is inserted or updated.
Declaration
[JsonProperty("languages")]
public virtual IList<Language> Languages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Language> |
Implements
Google.Apis.Requests.IDirectResponseSchema