ModelGetHierarchicalEntityRoleResponse type
Obsahuje data odpovědi pro operaci getHierarchicalEntityRole.
type ModelGetHierarchicalEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}