Class ClientStatusResponse
Inheritance
System.Object
ClientStatusResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class ClientStatusResponse : IDirectResponseSchema
Properties
Config
Client configs for the clients specified in the ClientStatusRequest.
Declaration
[JsonProperty("config")]
public virtual IList<ClientConfig> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<ClientConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |