Sha256: ffb6d490564f490e9712029fce149b75b24cb8c4e19619023993e61d579b929d
Contents?: true
Size: 910 Bytes
Versions: 2
Compression:
Stored size: 910 Bytes
Contents
# TalonOne::UpdateApplicationCIF ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **String** | A short description of the Application cart item filter. | [optional] **active_expression_id** | **Integer** | The ID of the expression that the Application cart item filter uses. | [optional] **modified_by** | **Integer** | The ID of the user who last updated the Application cart item filter. | [optional] **modified** | **DateTime** | Timestamp of the most recent update to the Application cart item filter. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateApplicationCIF.new(description: This filter allows filtering by shoes, active_expression_id: 1, modified_by: 334, modified: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/UpdateApplicationCIF.md |
talon_one-6.0.0 | docs/UpdateApplicationCIF.md |