public sealed class ListRegistrationsResponse : IMessage<ListRegistrationsResponse>, IEquatable<ListRegistrationsResponse>, IDeepCloneable<ListRegistrationsResponse>, IBufferMessage, IMessage, IPageResponse<Registration>, IEnumerable<Registration>, IEnumerable
Response for the ListRegistrations
method.
Implements
IMessage<ListRegistrationsResponse>, IEquatable<ListRegistrationsResponse>, IDeepCloneable<ListRegistrationsResponse>, IBufferMessage, IMessage, IPageResponse<Registration>, IEnumerable<Registration>, 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 |
RepeatedField<Registration> |
Methods
GetEnumerator()
public IEnumerator<Registration> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Registration> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |