Show / Hide Table of Contents

Class ListUserListDirectLicensesResponse

Response from the [ListUserListDirectLicensesRequest][google.ads.datamanager.v1.ListUserListDirectLicensesRequest].

Inheritance
object
ListUserListDirectLicensesResponse
Implements
IMessage<ListUserListDirectLicensesResponse>
IEquatable<ListUserListDirectLicensesResponse>
IDeepCloneable<ListUserListDirectLicensesResponse>
IBufferMessage
IMessage
IPageResponse<UserListDirectLicense>
IEnumerable<UserListDirectLicense>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class ListUserListDirectLicensesResponse : IMessage<ListUserListDirectLicensesResponse>, IEquatable<ListUserListDirectLicensesResponse>, IDeepCloneable<ListUserListDirectLicensesResponse>, IBufferMessage, IMessage, IPageResponse<UserListDirectLicense>, IEnumerable<UserListDirectLicense>, IEnumerable

Constructors

ListUserListDirectLicensesResponse()

Declaration
public ListUserListDirectLicensesResponse()

ListUserListDirectLicensesResponse(ListUserListDirectLicensesResponse)

Declaration
public ListUserListDirectLicensesResponse(ListUserListDirectLicensesResponse other)
Parameters
Type Name Description
ListUserListDirectLicensesResponse other

Properties

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

UserListDirectLicenses

The licenses for the given user list in the request.

Declaration
public RepeatedField<UserListDirectLicense> UserListDirectLicenses { get; }
Property Value
Type Description
RepeatedField<UserListDirectLicense>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<UserListDirectLicense> GetEnumerator()
Returns
Type Description
IEnumerator<UserListDirectLicense>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX