ModelDeleteHierarchicalEntityRoleResponse type
deleteHierarchicalEntityRole 操作の応答データを格納します。
type ModelDeleteHierarchicalEntityRoleResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}