Class BulkListAssignedTargetingOptionsResponse
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class BulkListAssignedTargetingOptionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LineItemAssignedTargetingOptions
The list of wrapper objects, each providing an assigned targeting option and the line item it is assigned to. This list will be absent if empty.
Declaration
[JsonProperty("lineItemAssignedTargetingOptions")]
public virtual IList<LineItemAssignedTargetingOption> LineItemAssignedTargetingOptions { get; set; }
Property Value
Type | Description |
---|---|
IList<LineItemAssignedTargetingOption> |
NextPageToken
A token identifying the next page of results. This value should be specified as the pageToken in a
subsequent call to BulkListAssignedTargetingOptions
to fetch the next page of results. This token will be
absent if there are no more line_item_assigned_targeting_options to return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |