Show / Hide Table of Contents

Class GroupKindDependency

Defines a dependency between two group kinds.

Inheritance
object
GroupKindDependency
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX