API hub v1 API - Class ListCurationsResponse (1.1.0)

public sealed class ListCurationsResponse : IPageResponse<Curation>, IEnumerable<Curation>, IEnumerable, IMessage<ListCurationsResponse>, IEquatable<ListCurationsResponse>, IDeepCloneable<ListCurationsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class ListCurationsResponse.

The [ListCurations][ApiHub.ListCurations] method's response.

Inheritance

object > ListCurationsResponse

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

ListCurationsResponse()

public ListCurationsResponse()

ListCurationsResponse(ListCurationsResponse)

public ListCurationsResponse(ListCurationsResponse other)
Parameter
Name Description
other ListCurationsResponse

Properties

Curations

public RepeatedField<Curation> Curations { get; }

The curation resources present in the API hub.

Property Value
Type Description
RepeatedFieldCuration

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

Methods

GetEnumerator()

public IEnumerator<Curation> GetEnumerator()

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

Returns
Type Description
IEnumeratorCuration