Class ListPretargetingConfigsResponse
A response containing pretargeting configurations.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class ListPretargetingConfigsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token which can be passed to a subsequent call to the ListPretargetingConfigs method to retrieve the
next page of results in ListPretargetingConfigsRequest.pageToken.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PretargetingConfigs
List of pretargeting configurations.
Declaration
[JsonProperty("pretargetingConfigs")]
public virtual IList<PretargetingConfig> PretargetingConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PretargetingConfig> |