Resource Manager V3 API - Class Google::Cloud::ResourceManager::V3::SearchOrganizationsResponse (v0.4.0)

Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::SearchOrganizationsResponse.

The response returned from the SearchOrganizations method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — 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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#organizations

def organizations() -> ::Array<::Google::Cloud::ResourceManager::V3::Organization>
Returns

#organizations=

def organizations=(value) -> ::Array<::Google::Cloud::ResourceManager::V3::Organization>
Parameter
Returns