Show / Hide Table of Contents

Class GenerateExclusivityManifestResponse

The response of the exclusivity artifacts manifests for the client to apply.

Inheritance
object
GenerateExclusivityManifestResponse
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.GKEHub.v1beta1.Data
Assembly: Google.Apis.GKEHub.v1beta1.dll
Syntax
public class GenerateExclusivityManifestResponse : IDirectResponseSchema

Properties

CrManifest

The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.

Declaration
[JsonProperty("crManifest")]
public virtual string CrManifest { get; set; }
Property Value
Type Description
string

CrdManifest

The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.

Declaration
[JsonProperty("crdManifest")]
public virtual string CrdManifest { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX