# 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) ```