Class GoogleAudienceTargetingSetting
Details of Google audience targeting setting.
Inheritance
System.Object
GoogleAudienceTargetingSetting
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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class GoogleAudienceTargetingSetting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GoogleAudienceId
Required. Google audience id of the Google audience targeting setting. This id is google_audience_id.
Declaration
[JsonProperty("googleAudienceId")]
public virtual long? GoogleAudienceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Implements
Google.Apis.Requests.IDirectResponseSchema