Show / Hide Table of Contents

Class ClientStatusResponse

Inheritance
object
ClientStatusResponse
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.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
IList<ClientConfig>

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