public sealed class ListProductsResponse : IMessage<ListProductsResponse>, IEquatable<ListProductsResponse>, IDeepCloneable<ListProductsResponse>, IBufferMessage, IMessage, IPageResponse<Product>, IEnumerable<Product>, IEnumerableReference documentation and code samples for the License Manager v1 API class ListProductsResponse.
Message for response to listing Products
Implements
IMessageListProductsResponse, IEquatableListProductsResponse, IDeepCloneableListProductsResponse, IBufferMessage, IMessage, IPageResponseProduct, IEnumerableProduct, IEnumerableNamespace
Google.Cloud.LicenseManager.V1Assembly
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 |
|