google_api_search_console v0.2.0 GoogleApi.SearchConsole.V1.Model.TestStatus View Source

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

Attributes

  • details (String.t): Error details if applicable. Defaults to nil.
  • status (String.t): Status of the test. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.