Parsed disks entry of an instance.
disks
Parse one decoded JSON disk map.
Parse a list of decoded JSON disks (nil-safe).
@type t() :: %GcpCompute.Disk{ auto_delete: boolean() | nil, boot: boolean() | nil, device_name: String.t() | nil, raw: map(), size_gb: integer() | nil, source: String.t() | nil, type: String.t() | nil }
@spec from_json(map()) :: t()
@spec list(list() | nil) :: [t()]