Sha256: acbe1da6c90c11164b3b3a7a436ae23a6f546597f7dd3365a7eaf4b608cdca54
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # Model object. # # 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: false, serialized_name: 'schemaType', type: { name: 'Enum', module: 'SchemaType' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.8.0 | lib/generated/azure_mgmt_logic/models/integration_account_schema_filter.rb |