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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.