Values.GetMethodResponseRequestSourceRequest to describe a MethodResponse resource.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)resourceId : String_.t;The Resource identifier for the MethodResponse resource.
*)httpMethod : String_.t;The HTTP verb of the Method resource.
*)statusCode : StatusCode.t;The status code for the MethodResponse resource.
*)}