View Source GoogleApi.Connectors.V1.Model.LockConfig (google_api_connectors v0.6.0)

Determines whether or no a connection is locked. If locked, a reason must be specified.

Attributes

  • locked (type: boolean(), default: nil) - Indicates whether or not the connection is locked.
  • reason (type: String.t, default: nil) - Describes why a connection is locked.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.LockConfig{
  locked: boolean() | nil,
  reason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.