View Source GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2alphaStateMessage (google_api_cloud_functions v0.37.0)

Informational messages about the state of the Cloud Function or Operation.

Attributes

  • message (type: String.t, default: nil) - The message.
  • severity (type: String.t, default: nil) - Severity of the state message.
  • type (type: String.t, default: nil) - One-word CamelCase type of the state message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2alphaStateMessage{
    message: String.t() | nil,
    severity: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.