public sealed class ListAuthorizedDomainsResponse : IMessage<ListAuthorizedDomainsResponse>, IEquatable<ListAuthorizedDomainsResponse>, IDeepCloneable<ListAuthorizedDomainsResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedDomain>, IEnumerable<AuthorizedDomain>, IEnumerableResponse message for AuthorizedDomains.ListAuthorizedDomains.
Implements
IMessage<ListAuthorizedDomainsResponse>, IEquatable<ListAuthorizedDomainsResponse>, IDeepCloneable<ListAuthorizedDomainsResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedDomain>, IEnumerable<AuthorizedDomain>, 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 |
RepeatedField<AuthorizedDomain> |
|
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 |
IEnumerator<AuthorizedDomain> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|