google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResultView 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 AsyncQueryrows
(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
Link to this type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResultView{ code: integer(), error: String.t(), metadata: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryMetadata.t(), rows: [any()], state: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.