GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResultView (google_api_apigee v0.35.0) View Source
Attributes
-
code
(type:integer()
, default:nil
) - Error code when there is a failure. -
error
(type:String.t
, default:nil
) - Error message when there is a failure. -
metadata
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryMetadata.t
, default:nil
) - Metadata contains information like metrics, dimenstions etc of the AsyncQuery. -
rows
(type:list(any())
, default:nil
) - Rows of query result. Each row is a JSON object. Example: {sum(message_count): 1, developer_app: "(not set)",…} -
state
(type:String.t
, default:nil
) - State of retrieving ResultView.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResultView{ code: integer() | nil, error: String.t() | nil, metadata: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryMetadata.t() | nil, rows: [any()] | nil, state: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.