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 v1 API class ListRegistrationsResponse.
Response for the ListRegistrations
method.
Implements
IMessageListRegistrationsResponse, IEquatableListRegistrationsResponse, IDeepCloneableListRegistrationsResponse, IBufferMessage, IMessage, IPageResponseRegistration, IEnumerableRegistration, IEnumerableNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.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 Registration
s.
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 |