View Source GoogleApi.CloudAsset.V1.Model.SearchAllResourcesResponse (google_api_cloud_asset v0.35.0)

Search all resources response.

Attributes

  • nextPageToken (type: String.t, default: nil) - If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.