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

QueryAssets response.

Attributes

  • done (type: boolean(), default: nil) - The query response, which can be either an error or a valid response. If done == false and the query result is being saved in a output, the output_config field will be set. If done == true, exactly one of error, query_result or output_config will be set.
  • error (type: GoogleApi.CloudAsset.V1.Model.Status.t, default: nil) - Error status.
  • jobReference (type: String.t, default: nil) - Reference to a query job.
  • outputConfig (type: GoogleApi.CloudAsset.V1.Model.QueryAssetsOutputConfig.t, default: nil) - Output configuration which indicates instead of being returned in API response on the fly, the query result will be saved in a specific output.
  • queryResult (type: GoogleApi.CloudAsset.V1.Model.QueryResult.t, default: nil) - Result of the query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.QueryAssetsResponse{
  done: boolean() | nil,
  error: GoogleApi.CloudAsset.V1.Model.Status.t() | nil,
  jobReference: String.t() | nil,
  outputConfig: GoogleApi.CloudAsset.V1.Model.QueryAssetsOutputConfig.t() | nil,
  queryResult: GoogleApi.CloudAsset.V1.Model.QueryResult.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.