License Manager v1 API - Class ListProductsResponse (1.0.0-beta01)

public sealed class ListProductsResponse : IMessage<ListProductsResponse>, IEquatable<ListProductsResponse>, IDeepCloneable<ListProductsResponse>, IBufferMessage, IMessage, IPageResponse<Product>, IEnumerable<Product>, IEnumerable

Reference documentation and code samples for the License Manager v1 API class ListProductsResponse.

Message for response to listing Products

Inheritance

object > ListProductsResponse

Namespace

Google.Cloud.LicenseManager.V1

Assembly

Google.Cloud.LicenseManager.V1.dll

Constructors

ListProductsResponse()

public ListProductsResponse()

ListProductsResponse(ListProductsResponse)

public ListProductsResponse(ListProductsResponse other)
Parameter
Name Description
other ListProductsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

Products

public RepeatedField<Product> Products { get; }

The list of Product

Property Value
Type Description
RepeatedFieldProduct

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Product> GetEnumerator()

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

Returns
Type Description
IEnumeratorProduct