Show / Hide Table of Contents

Class ListOrganizationsResponse

Response message for ListOrganizations RPC.

Inheritance
object
ListOrganizationsResponse
Implements
IMessage<ListOrganizationsResponse>
IEquatable<ListOrganizationsResponse>
IDeepCloneable<ListOrganizationsResponse>
IBufferMessage
IMessage
IPageResponse<Organization>
IEnumerable<Organization>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.MarketingPlatform.Admin.V1Alpha
Assembly: Google.Ads.MarketingPlatform.Admin.V1Alpha.dll
Syntax
public sealed class ListOrganizationsResponse : IMessage<ListOrganizationsResponse>, IEquatable<ListOrganizationsResponse>, IDeepCloneable<ListOrganizationsResponse>, IBufferMessage, IMessage, IPageResponse<Organization>, IEnumerable<Organization>, IEnumerable

Constructors

ListOrganizationsResponse()

Declaration
public ListOrganizationsResponse()

ListOrganizationsResponse(ListOrganizationsResponse)

Declaration
public ListOrganizationsResponse(ListOrganizationsResponse other)
Parameters
Type Name Description
ListOrganizationsResponse other

Properties

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

Organizations

The Organization resource that the user has access to, which includes the org id and display name.

Declaration
public RepeatedField<Organization> Organizations { get; }
Property Value
Type Description
RepeatedField<Organization>

Methods

GetEnumerator()

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

Declaration
public IEnumerator<Organization> GetEnumerator()
Returns
Type Description
IEnumerator<Organization>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX