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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.