Show / Hide Table of Contents

Class ServiceMeshStatusDetails

Structured and human-readable details for a status.

Inheritance
object
ServiceMeshStatusDetails
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.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX