Class BulkListAdGroupAssignedTargetingOptionsResponse
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class BulkListAdGroupAssignedTargetingOptionsResponse : IDirectResponseSchema
Properties
AdGroupAssignedTargetingOptions
The list of wrapper objects, each providing an assigned targeting option and the ad group it is assigned to. This list will be absent if empty.
Declaration
[JsonProperty("adGroupAssignedTargetingOptions")]
public virtual IList<AdGroupAssignedTargetingOption> AdGroupAssignedTargetingOptions { get; set; }
Property Value
Type | Description |
---|---|
IList<AdGroupAssignedTargetingOption> |
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 |