View Source GoogleApi.Manufacturers.V1.Model.DestinationStatus (google_api_manufacturers v0.17.0)

The destination status.

Attributes

  • destination (type: String.t, default: nil) - The name of the destination.
  • status (type: String.t, default: nil) - The status of the destination.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Manufacturers.V1.Model.DestinationStatus{
  destination: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.