Show / Hide Table of Contents

Class ListPretargetingConfigsResponse

A response containing pretargeting configurations.

Inheritance
object
ListPretargetingConfigsResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX