Show / Hide Table of Contents

Class CheckInfo

Contains additional information about the check operation.

Inheritance
object
CheckInfo
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.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class CheckInfo : IDirectResponseSchema

Properties

ApiKeyUid

The unique id of the api key in the format of "apikey:". This field will be populated when the consumer passed to Chemist is an API key and all the API key related validations are successful.

Declaration
[JsonProperty("apiKeyUid")]
public virtual string ApiKeyUid { get; set; }
Property Value
Type Description
string

ConsumerInfo

Consumer info of this check.

Declaration
[JsonProperty("consumerInfo")]
public virtual ConsumerInfo ConsumerInfo { get; set; }
Property Value
Type Description
ConsumerInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UnusedArguments

A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.

Declaration
[JsonProperty("unusedArguments")]
public virtual IList<string> UnusedArguments { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX