google_api_cloud_resource_manager v0.10.1 GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsResponse View Source
The response returned from the SearchOrganizations
method.
Attributes
nextPageToken
(type:String.t
, default:nil
) - 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
(type:list(GoogleApi.CloudResourceManager.V1.Model.Organization.t)
, default:nil
) - The list of Organizations that matched the search query, possibly paginated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsResponse{
nextPageToken: String.t(),
organizations: [GoogleApi.CloudResourceManager.V1.Model.Organization.t()]
}
t() :: %GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsResponse{ nextPageToken: String.t(), organizations: [GoogleApi.CloudResourceManager.V1.Model.Organization.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.