View Source GoogleApi.GKEBackup.V1.Model.GroupKindDependency (google_api_gke_backup v0.6.1)
Defines a dependency between two group kinds.
Attributes
-
requiring
(type:GoogleApi.GKEBackup.V1.Model.GroupKind.t
, default:nil
) - Required. The requiring group kind requires that the other group kind be restored first. -
satisfying
(type:GoogleApi.GKEBackup.V1.Model.GroupKind.t
, default:nil
) - Required. The satisfying group kind must be restored first in order to satisfy the dependency.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEBackup.V1.Model.GroupKindDependency{ requiring: GoogleApi.GKEBackup.V1.Model.GroupKind.t() | nil, satisfying: GoogleApi.GKEBackup.V1.Model.GroupKind.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.