Cloud Resource Manager v3 API - Class SearchOrganizationsResponse (2.4.0)

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

Reference documentation and code samples for the Cloud Resource Manager v3 API class SearchOrganizationsResponse.

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
RepeatedFieldOrganization

Methods

GetEnumerator()

public IEnumerator<Organization> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorOrganization