Sha256: 6ec4b70162edbee7b987750b911ed0b00424e0927fe34eb256c567e7f68fb131
Contents?: true
Size: 1.2 KB
Versions: 9
Compression:
Stored size: 1.2 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Logic::Mgmt::V2016_06_01 module Models # # The integration account session filter. # class IntegrationAccountSessionFilter include MsRestAzure # @return [DateTime] The changed time of integration account sessions. attr_accessor :changed_time # # Mapper for IntegrationAccountSessionFilter class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
9 entries across 9 versions & 1 rubygems