Sha256: e0ebf87d9c0a606b67aa48ebb93ca7d8672b6f4bd5f0e6c3941ba3109a26f262
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 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() { required: false, serialized_name: 'IntegrationAccountSessionFilter', type: { name: 'Composite', class_name: 'IntegrationAccountSessionFilter', model_properties: { changed_time: { required: true, serialized_name: 'changedTime', type: { name: 'DateTime' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems