Show / Hide Table of Contents

Class ListUserListsResponse

The list user list response.

Inheritance
object
ListUserListsResponse
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 ListUserListsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

The continuation page token to send back to the server in a subsequent request. Due to a currently known issue, it is recommended that the caller keep invoking the list method until the time a next page token is not returned, even if the result set is empty.

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

UserLists

List of user lists from the search.

Declaration
[JsonProperty("userLists")]
public virtual IList<UserList> UserLists { get; set; }
Property Value
Type Description
IList<UserList>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX