Bagikan melalui


ProjectsGetResponse type

Berisi data respons untuk operasi get.

type ProjectsGetResponse = Project & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project }
}