CommitmentPlansCreateOrUpdateResponse type
Obsahuje data odpovědí pro operaci createOrUpdate.
type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlan
}
}