View Source GoogleApi.Run.V1.Model.Status (google_api_run v0.30.0)

Status is a return value for calls that don't return other objects.

Attributes

  • code (type: integer(), default: nil) - Suggested HTTP return code for this status, 0 if not set.
  • details (type: GoogleApi.Run.V1.Model.StatusDetails.t, default: nil) - Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
  • message (type: String.t, default: nil) - A human-readable description of the status of this operation.
  • metadata (type: GoogleApi.Run.V1.Model.ListMeta.t, default: nil) - Standard list metadata.
  • reason (type: String.t, default: nil) - A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
  • status (type: String.t, default: nil) - Status of the operation. One of: "Success" or "Failure".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.Status{
  code: integer() | nil,
  details: GoogleApi.Run.V1.Model.StatusDetails.t() | nil,
  message: String.t() | nil,
  metadata: GoogleApi.Run.V1.Model.ListMeta.t() | nil,
  reason: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.