CommitmentPlansCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentPlan
  }
}