Class ListRegistrationsResponse (2.0.0)

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

Response for the ListRegistrations method.

Inheritance

Object > ListRegistrationsResponse

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Constructors

ListRegistrationsResponse()

public ListRegistrationsResponse()

ListRegistrationsResponse(ListRegistrationsResponse)

public ListRegistrationsResponse(ListRegistrationsResponse other)
Parameter
NameDescription
otherListRegistrationsResponse

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
TypeDescription
String

Registrations

public RepeatedField<Registration> Registrations { get; }

A list of Registrations.

Property Value
TypeDescription
RepeatedField<Registration>

Methods

GetEnumerator()

public IEnumerator<Registration> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Registration>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator