Cloud Domains v1beta1 API - Class ListRegistrationsResponse (2.0.0-beta05)

public sealed class ListRegistrationsResponse : IMessage<ListRegistrationsResponse>, IEquatable<ListRegistrationsResponse>, IDeepCloneable<ListRegistrationsResponse>, IBufferMessage, IMessage, IPageResponse<Registration>, IEnumerable<Registration>, IEnumerable

Reference documentation and code samples for the Cloud Domains v1beta1 API class ListRegistrationsResponse.

Response for the ListRegistrations method.

Inheritance

object > ListRegistrationsResponse

Namespace

Google.Cloud.Domains.V1Beta1

Assembly

Google.Cloud.Domains.V1Beta1.dll

Constructors

ListRegistrationsResponse()

public ListRegistrationsResponse()

ListRegistrationsResponse(ListRegistrationsResponse)

public ListRegistrationsResponse(ListRegistrationsResponse other)
Parameter
Name Description
other ListRegistrationsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

When present, there are more results to retrieve. Set page_token to this value on a subsequent call to get the next page of results.

Property Value
Type Description
string

Registrations

public RepeatedField<Registration> Registrations { get; }

A list of Registrations.

Property Value
Type Description
RepeatedFieldRegistration

Methods

GetEnumerator()

public IEnumerator<Registration> GetEnumerator()

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

Returns
Type Description
IEnumeratorRegistration