Cloud Product Registry v1 API - Class ListProductSuitesResponse (1.0.0-beta01)

public sealed class ListProductSuitesResponse : IMessage<ListProductSuitesResponse>, IEquatable<ListProductSuitesResponse>, IDeepCloneable<ListProductSuitesResponse>, IBufferMessage, IMessage, IPageResponse<ProductSuite>, IEnumerable<ProductSuite>, IEnumerable

Reference documentation and code samples for the Cloud Product Registry v1 API class ListProductSuitesResponse.

Response message for ListProductSuites.

Inheritance

object > ListProductSuitesResponse

Namespace

Google.Cloud.ProductRegistry.V1

Assembly

Google.Cloud.ProductRegistry.V1.dll

Constructors

ListProductSuitesResponse()

public ListProductSuitesResponse()

ListProductSuitesResponse(ListProductSuitesResponse)

public ListProductSuitesResponse(ListProductSuitesResponse other)
Parameter
Name Description
other ListProductSuitesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which 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

ProductSuites

public RepeatedField<ProductSuite> ProductSuites { get; }

Matched ProductSuites

Property Value
Type Description
RepeatedFieldProductSuite

Methods

GetEnumerator()

public IEnumerator<ProductSuite> GetEnumerator()

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

Returns
Type Description
IEnumeratorProductSuite