Class CheckInfo
Contains additional information about the check operation.
Implements
Inherited Members
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> |