View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResult (google_api_apigee v0.46.0)

Attributes

  • expires (type: String.t, default: nil) - Query result will be unaccessable after this time.
  • self (type: String.t, default: nil) - Self link of the query results. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResult{
  expires: String.t() | nil,
  self: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.