{
"title": "functions.GetFunctionProfilePairUsageRequest",
"description": "Request parameters for getting usage of a specific function-profile pair.",
"type": "object",
"properties": {
"function": {
"description": "The function path.",
"$ref": "RemotePathCommitOptional"
},
"profile": {
"description": "The profile path.",
"$ref": "RemotePathCommitOptional"
}
}
}