View Source GoogleApi.ServiceManagement.V1.Model.Step (google_api_service_management v0.60.0)

Represents the status of one operation step.

Attributes

  • description (type: String.t, default: nil) - The short description of the step.
  • status (type: String.t, default: nil) - The status code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.Step{
  description: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.