docs/MultiApplicationEntity.md in talon_one-1.4.0 vs docs/MultiApplicationEntity.md in talon_one-2.0.0
- old
+ new
@@ -1,8 +1,17 @@
# TalonOne::MultiApplicationEntity
## Properties
+
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_ids** | **Array<Integer>** | The IDs of the applications that are related to this entity. |
+
+## Code Sample
+
+```ruby
+require 'TalonOne'
+
+instance = TalonOne::MultiApplicationEntity.new(application_ids: null)
+```