GoogleApi.ServiceControl.V2.Model.CheckResponse (google_api_service_control v0.37.3) View Source
Response message for the Check method.
Attributes
-
headers(type:map(), default:nil) - Returns a set of request contexts generated from theCheckRequest. -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceControl.V2.Model.CheckResponse{
headers: map() | nil,
status: GoogleApi.ServiceControl.V2.Model.Status.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.