GoogleApi.ServiceControl.V2.Model.CheckResponse (google_api_service_control v0.35.0) 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) - An 'OK' status allows the operation. Any other 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(),
status: GoogleApi.ServiceControl.V2.Model.Status.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.