Class: Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter
- Inherits:
-
Object
- Object
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_logic/models/integration_account_session_filter.rb
Overview
The integration account session filter.
Instance Attribute Summary collapse
-
#changed_time ⇒ DateTime
The changed time of integration account sessions.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for IntegrationAccountSessionFilter class as Ruby Hash.
Instance Attribute Details
#changed_time ⇒ DateTime
Returns The changed time of integration account sessions.
16 17 18 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/integration_account_session_filter.rb', line 16 def changed_time @changed_time end |
Class Method Details
.mapper ⇒ Object
Mapper for IntegrationAccountSessionFilter class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/integration_account_session_filter.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationAccountSessionFilter', type: { name: 'Composite', class_name: 'IntegrationAccountSessionFilter', model_properties: { changed_time: { client_side_validation: true, required: true, serialized_name: 'changedTime', type: { name: 'DateTime' } } } } } end |