Sha256: baae542f4e6d5519a1d6862a387f2e73af0de25af4d2cf08a5e4b2f56764487e
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 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::ARM::Logic 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.14.0 | lib/generated/azure_mgmt_logic/models/integration_account_schema_filter.rb |