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

The response for TestDatastore

Attributes

  • error (type: String.t, default: nil) - Output only. Error message of test connection failure
  • state (type: String.t, default: nil) - Output only. It could be completed or failed

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TestDatastoreResponse{
  error: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.