App Engine v1 API - Class ListAuthorizedDomainsResponse (2.3.0)

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.

Inheritance

object > ListAuthorizedDomainsResponse

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ListAuthorizedDomainsResponse()

public ListAuthorizedDomainsResponse()

ListAuthorizedDomainsResponse(ListAuthorizedDomainsResponse)

public ListAuthorizedDomainsResponse(ListAuthorizedDomainsResponse other)
Parameter
NameDescription
otherListAuthorizedDomainsResponse

Properties

Domains

public RepeatedField<AuthorizedDomain> Domains { get; }

The authorized domains belonging to the user.

Property Value
TypeDescription
RepeatedFieldAuthorizedDomain

NextPageToken

public string NextPageToken { get; set; }

Continuation token for fetching the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AuthorizedDomain> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorAuthorizedDomain