Sha256: 7b86f01625fa7568b4fb2a69ec7738105b3c5dbd03d6e8048ba253bf1dceeaa9
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 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 schema filter for odata query. # class IntegrationAccountSchemaFilter include MsRestAzure # @return [SchemaType] The schema type of integration account schema. # Possible values include: 'NotSpecified', 'Xml' attr_accessor :schema_type # # Mapper for IntegrationAccountSchemaFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'IntegrationAccountSchemaFilter', type: { name: 'Composite', class_name: 'IntegrationAccountSchemaFilter', model_properties: { schema_type: { required: true, serialized_name: 'schemaType', type: { name: 'Enum', module: 'SchemaType' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems