View Source GoogleApi.ServiceControl.V1.Model.CheckInfo (google_api_service_control v0.44.0)

Contains additional information about the check operation.

Attributes

  • apiKeyUid (type: String.t, default: nil) - 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.
  • consumerInfo (type: GoogleApi.ServiceControl.V1.Model.ConsumerInfo.t, default: nil) - Consumer info of this check.
  • unusedArguments (type: list(String.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceControl.V1.Model.CheckInfo{
  apiKeyUid: String.t() | nil,
  consumerInfo: GoogleApi.ServiceControl.V1.Model.ConsumerInfo.t() | nil,
  unusedArguments: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.