Class ServiceMeshStatusDetails
Structured and human-readable details for a status.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ServiceMeshStatusDetails : IDirectResponseSchema
Properties
Code
A machine-readable code that further describes a broad status.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Details
Human-readable explanation of code.
Declaration
[JsonProperty("details")]
public virtual string Details { 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 |