pub fn deserialize_create_framework_request(
request: &MockRequest,
labels: &[(&str, &str)],
query: &HashMap<String, String>,
) -> Result<CreateFrameworkInput, String>Expand description
Deserialize request for restJson protocol.
pub fn deserialize_create_framework_request(
request: &MockRequest,
labels: &[(&str, &str)],
query: &HashMap<String, String>,
) -> Result<CreateFrameworkInput, String>Deserialize request for restJson protocol.