View Source GoogleApi.ServiceControl.V2.Model.CheckResponse (google_api_service_control v0.40.0)

Response message for the Check method.

Attributes

  • headers (type: map(), default: nil) - Returns a set of request contexts generated from the CheckRequest.
  • status (type: GoogleApi.ServiceControl.V2.Model.Status.t, default: nil) - Operation is allowed when this field is not set. Any non-'OK' status indicates a denial; google.rpc.Status.details would contain additional details about the denial.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceControl.V2.Model.CheckResponse{
  headers: map() | nil,
  status: GoogleApi.ServiceControl.V2.Model.Status.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.