Cloud Commerce Consumer Procurement v1 API - Class EnumerateLicensedUsersResponse (1.4.0)

public sealed class EnumerateLicensedUsersResponse : IMessage<EnumerateLicensedUsersResponse>, IEquatable<EnumerateLicensedUsersResponse>, IDeepCloneable<EnumerateLicensedUsersResponse>, IBufferMessage, IMessage, IPageResponse<LicensedUser>, IEnumerable<LicensedUser>, IEnumerable

Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class EnumerateLicensedUsersResponse.

Response message for [LicenseManagementService.EnumerateLicensedUsers][google.cloud.commerce.consumer.procurement.v1.LicenseManagementService.EnumerateLicensedUsers].

Inheritance

object > EnumerateLicensedUsersResponse

Namespace

Google.Cloud.Commerce.Consumer.Procurement.V1

Assembly

Google.Cloud.Commerce.Consumer.Procurement.V1.dll

Constructors

EnumerateLicensedUsersResponse()

public EnumerateLicensedUsersResponse()

EnumerateLicensedUsersResponse(EnumerateLicensedUsersResponse)

public EnumerateLicensedUsersResponse(EnumerateLicensedUsersResponse other)
Parameter
Name Description
other EnumerateLicensedUsersResponse

Properties

LicensedUsers

public RepeatedField<LicensedUser> LicensedUsers { get; }

The list of licensed users.

Property Value
Type Description
RepeatedFieldLicensedUser

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<LicensedUser> GetEnumerator()

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

Returns
Type Description
IEnumeratorLicensedUser