Sha256: f11d82c5c2739b24655d7bec51cb6f94dc9803764f155225b5ba7ea77001f4b7
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # 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 include MsRest::JSONable # @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