View Source GoogleApi.Connectors.V2.Model.ExecuteSqlQueryRequest (google_api_connectors v0.7.0)
An execute sql query request containing the query and the connection to execute it on.
Attributes
-
query
(type:GoogleApi.Connectors.V2.Model.Query.t
, default:nil
) - Required. SQL statement passed by clients like Integration Platform, the query is passed as-is to the driver used for interfacing with external systems.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V2.Model.ExecuteSqlQueryRequest{ query: GoogleApi.Connectors.V2.Model.Query.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.