Bagikan melalui


CommitmentPlansGetResponse type

Berisi data respons untuk operasi get.

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