GoogleApi.CloudAsset.V1.Model.SearchAllResourcesResponse (google_api_cloud_asset v0.42.0)
View SourceSearch 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.SearchAllResourcesResponse{ nextPageToken: String.t() | nil, results: [GoogleApi.CloudAsset.V1.Model.ResourceSearchResult.t()] | nil }