google_api_cloud_resource_manager v0.7.0 GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsResponse View Source
The response returned from the SearchOrganizations
method.
Attributes
- nextPageToken (String.t): 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. Defaults to
nil
. - organizations (list(GoogleApi.CloudResourceManager.V1.Model.Organization.t)): The list of Organizations that matched the search query, possibly
paginated. Defaults to
nil
.
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.