Class YoutubeAdGroupAssignedTargetingOption
Wrapper object associating an AssignedTargetingOption resource and the youtube ad group it is assigned to.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class YoutubeAdGroupAssignedTargetingOption : IDirectResponseSchema
Properties
AssignedTargetingOption
The assigned targeting option resource.
Declaration
[JsonProperty("assignedTargetingOption")]
public virtual AssignedTargetingOption AssignedTargetingOption { get; set; }
Property Value
Type | Description |
---|---|
AssignedTargetingOption |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
YoutubeAdGroupId
The ID of the youtube ad group the assigned targeting option is assigned to.
Declaration
[JsonProperty("youtubeAdGroupId")]
public virtual long? YoutubeAdGroupId { get; set; }
Property Value
Type | Description |
---|---|
long? |