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

Execution results of the query. The result is formatted as rows represented by BigQuery compatible [schema]. When pagination is necessary, it will contains the page token to retrieve the results of following pages.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of the results.
  • rows (type: list(map()), default: nil) - Each row hold a query result in the format of Struct.
  • schema (type: GoogleApi.CloudAsset.V1.Model.TableSchema.t, default: nil) - Describes the format of the [rows].
  • totalRows (type: String.t, default: nil) - Total rows of the whole query results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.QueryResult{
  nextPageToken: String.t() | nil,
  rows: [map()] | nil,
  schema: GoogleApi.CloudAsset.V1.Model.TableSchema.t() | nil,
  totalRows: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.