Class SearchOrganizationsResponse (1.2.0)

public sealed class SearchOrganizationsResponse : IMessage<SearchOrganizationsResponse>, IEquatable<SearchOrganizationsResponse>, IDeepCloneable<SearchOrganizationsResponse>, IBufferMessage, IMessage, IPageResponse<Organization>, IEnumerable<Organization>, IEnumerable

The response returned from the SearchOrganizations method.

Inheritance

Object > SearchOrganizationsResponse

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

SearchOrganizationsResponse()

public SearchOrganizationsResponse()

SearchOrganizationsResponse(SearchOrganizationsResponse)

public SearchOrganizationsResponse(SearchOrganizationsResponse other)
Parameter
NameDescription
otherSearchOrganizationsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.

Property Value
TypeDescription
String

Organizations

public RepeatedField<Organization> Organizations { get; }

The list of Organizations that matched the search query, possibly paginated.

Property Value
TypeDescription
RepeatedField<Organization>

Methods

GetEnumerator()

public IEnumerator<Organization> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Organization>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator