Sha256: a4de4300e03a6d6258daa0843a98d5063a45bb3f103eb15fb342db5301b29798
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.10.0 | lib/generated/azure_mgmt_logic/models/integration_account_session_filter.rb |