Show / Hide Table of Contents

Class BulkListAdGroupAssignedTargetingOptionsResponse

Inheritance
object
BulkListAdGroupAssignedTargetingOptionsResponse
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class BulkListAdGroupAssignedTargetingOptionsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

A token identifying the next page of results. This value should be specified as the pageToken in a subsequent call to BulkListAdGroupAssignedTargetingOptions to fetch the next page of results. This token will be absent if there are no more AdGroupAssignedTargetingOption resources to return.

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

YoutubeAdGroupAssignedTargetingOptions

The list of wrapper objects, each providing an assigned targeting option and the youtube ad group it is assigned to. This list will be absent if empty.

Declaration
[JsonProperty("youtubeAdGroupAssignedTargetingOptions")]
public virtual IList<YoutubeAdGroupAssignedTargetingOption> YoutubeAdGroupAssignedTargetingOptions { get; set; }
Property Value
Type Description
IList<YoutubeAdGroupAssignedTargetingOption>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX