View Source GoogleApi.BackupDR.V1.Model.ServiceLockInfo (google_api_backup_dr v0.8.0)

ServiceLockInfo represents the details of a lock taken by the service on a Backup resource.

Attributes

  • operation (type: String.t, default: nil) - Output only. The name of the operation that created this lock. The lock will automatically be released when the operation completes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.ServiceLockInfo{operation: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.