View Source GoogleApi.Connectors.V2.Model.ExecuteSqlQueryResponse (google_api_connectors v0.11.0)

A response returned by the connection after executing the sql query.

Attributes

  • results (type: list(map()), default: nil) - In the case of successful execution of the query the response contains results returned by the external system. For example, the result rows of the query are contained in the 'results' Struct list - "results": [ { "field1": "val1", "field2": "val2",.. },.. ] Each Struct row can contain fields any type of like nested Structs or lists.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V2.Model.ExecuteSqlQueryResponse{
  results: [map()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.