View Source GoogleApi.Compute.V1.Model.DiskTypesScopedList (google_api_compute v0.62.0)
Attributes
-
diskTypes
(type:list(GoogleApi.Compute.V1.Model.DiskType.t)
, default:nil
) - [Output Only] A list of disk types contained in this scope. -
warning
(type:GoogleApi.Compute.V1.Model.DiskTypesScopedListWarning.t
, default:nil
) - [Output Only] Informational warning which replaces the list of disk types when the list is empty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.DiskTypesScopedList{ diskTypes: [GoogleApi.Compute.V1.Model.DiskType.t()] | nil, warning: GoogleApi.Compute.V1.Model.DiskTypesScopedListWarning.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.