Class CheckAutopilotCompatibilityResponse
CheckAutopilotCompatibilityResponse has a list of compatibility issues.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class CheckAutopilotCompatibilityResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Issues
The list of issues for the given operation.
Declaration
[JsonProperty("issues")]
public virtual IList<AutopilotCompatibilityIssue> Issues { get; set; }
Property Value
Type | Description |
---|---|
IList<AutopilotCompatibilityIssue> |
Summary
The summary of the autopilot compatibility response.
Declaration
[JsonProperty("summary")]
public virtual string Summary { get; set; }
Property Value
Type | Description |
---|---|
string |