ModelCreateHierarchicalEntityRoleResponse type

包含 createHierarchicalEntityRole 作業的回應資料。

type ModelCreateHierarchicalEntityRoleResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}