Sha256: de931ae16125f97ef3b016fe7afb4c37fa4eed672db7e43c3cd79eb1b3f9cf19

Contents?: true

Size: 970 Bytes

Versions: 3

Compression:

Stored size: 970 Bytes

Contents

# KoronaEntryClient::OrganizationalUnit

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Objects ID. | [optional] 
**number** | **String** | Number of organizational unit. | [optional] 
**name** | **String** | Name of organizational unit. | [optional] 
**entry_gate** | **Boolean** | *True*, if this organizational unit is an entry gate. | [optional] 
**has_children** | **Boolean** | *True*, if this organizational unit has children. | [optional] 
**parent** | [**ModelReference**](ModelReference.md) |  | [optional] 

## Code Sample

```ruby
require 'KoronaEntryClient'

instance = KoronaEntryClient::OrganizationalUnit.new(id: null,
                                 number: null,
                                 name: null,
                                 entry_gate: null,
                                 has_children: null,
                                 parent: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
korona-entry-client-1.0.2 docs/OrganizationalUnit.md
korona-entry-client-1.0.1 docs/OrganizationalUnit.md
korona-entry-client-1.0.0 docs/OrganizationalUnit.md