public sealed class ListAuthorizedDomainsResponse : IMessage<ListAuthorizedDomainsResponse>, IEquatable<ListAuthorizedDomainsResponse>, IDeepCloneable<ListAuthorizedDomainsResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedDomain>, IEnumerable<AuthorizedDomain>, IEnumerable
Reference documentation and code samples for the App Engine v1 API class ListAuthorizedDomainsResponse.
Response message for AuthorizedDomains.ListAuthorizedDomains
.
Implements
IMessageListAuthorizedDomainsResponse, IEquatableListAuthorizedDomainsResponse, IDeepCloneableListAuthorizedDomainsResponse, IBufferMessage, IMessage, IPageResponseAuthorizedDomain, IEnumerableAuthorizedDomain, IEnumerableNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListAuthorizedDomainsResponse()
public ListAuthorizedDomainsResponse()
ListAuthorizedDomainsResponse(ListAuthorizedDomainsResponse)
public ListAuthorizedDomainsResponse(ListAuthorizedDomainsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListAuthorizedDomainsResponse |
Properties
Domains
public RepeatedField<AuthorizedDomain> Domains { get; }
The authorized domains belonging to the user.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAuthorizedDomain |
NextPageToken
public string NextPageToken { get; set; }
Continuation token for fetching the next page of results.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<AuthorizedDomain> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAuthorizedDomain |