Class ValidateCreateMembershipResponse
Response message for the GkeHub.ValidateCreateMembership
method.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class ValidateCreateMembershipResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidationResults
Wraps all the validator results.
Declaration
[JsonProperty("validationResults")]
public virtual IList<ValidationResult> ValidationResults { get; set; }
Property Value
Type | Description |
---|---|
IList<ValidationResult> |