View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResultView (google_api_apigee v0.53.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }