CommitmentPlansGetResponse type

Contains response data for the get operation.

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