Class: Google::Cloud::ResourceManager::V3::SearchOrganizationsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/resourcemanager/v3/organizations.rb

Overview

The response returned from the SearchOrganizations method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns 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.



134
135
136
137
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 134

class SearchOrganizationsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#organizations::Array<::Google::Cloud::ResourceManager::V3::Organization>

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

Returns:



134
135
136
137
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 134

class SearchOrganizationsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end