Class GroupKindDependency
Defines a dependency between two group kinds.
Implements
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1.Data
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class GroupKindDependency : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Requiring
Required. The requiring group kind requires that the other group kind be restored first.
Declaration
[JsonProperty("requiring")]
public virtual GroupKind Requiring { get; set; }
Property Value
Type | Description |
---|---|
GroupKind |
Satisfying
Required. The satisfying group kind must be restored first in order to satisfy the dependency.
Declaration
[JsonProperty("satisfying")]
public virtual GroupKind Satisfying { get; set; }
Property Value
Type | Description |
---|---|
GroupKind |