View Source GoogleApi.SearchConsole.V1.Model.TestStatus (google_api_search_console v0.19.0)

Final state of the test, including error details if necessary.

Attributes

  • details (type: String.t, default: nil) - Error details if applicable.
  • status (type: String.t, default: nil) - Status of the test.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.TestStatus{
  details: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.