GoogleApi.CloudAsset.V1.Model.SearchAllResourcesResponse (google_api_cloud_asset v0.22.1) View Source
Search all resources response.
Attributes
-
nextPageToken(type:String.t, default:nil) - If there are more results than those appearing in this response, thennext_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token. -
results(type:list(GoogleApi.CloudAsset.V1.Model.ResourceSearchResult.t), default:nil) - A list of Resources that match the search query. It contains the resource standard metadata information.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.SearchAllResourcesResponse{
nextPageToken: String.t() | nil,
results: [GoogleApi.CloudAsset.V1.Model.ResourceSearchResult.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.