Sha256: d9c7b19e1671edc99228c194abf0964c11d815598bc00d387661232b95fb9def

Contents?: true

Size: 1.34 KB

Versions: 7

Compression:

Stored size: 1.34 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 JSON schema.
    #
    class JsonSchema

      include MsRestAzure

      # @return [String] The JSON title.
      attr_accessor :title

      # @return [String] The JSON content.
      attr_accessor :content


      #
      # Mapper for JsonSchema class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'JsonSchema',
          type: {
            name: 'Composite',
            class_name: 'JsonSchema',
            model_properties: {
              title: {
                client_side_validation: true,
                required: false,
                serialized_name: 'title',
                type: {
                  name: 'String'
                }
              },
              content: {
                client_side_validation: true,
                required: false,
                serialized_name: 'content',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
azure_mgmt_logic-0.18.3 lib/2016-06-01/generated/azure_mgmt_logic/models/json_schema.rb
azure_mgmt_logic-0.18.2 lib/2016-06-01/generated/azure_mgmt_logic/models/json_schema.rb
azure_mgmt_logic-0.18.1 lib/2016-06-01/generated/azure_mgmt_logic/models/json_schema.rb
azure_mgmt_logic-0.18.0 lib/2016-06-01/generated/azure_mgmt_logic/models/json_schema.rb
azure_mgmt_logic-0.17.2 lib/2016-06-01/generated/azure_mgmt_logic/models/json_schema.rb
azure_mgmt_logic-0.17.1 lib/2016-06-01/generated/azure_mgmt_logic/models/json_schema.rb
azure_mgmt_logic-0.17.0 lib/2016-06-01/generated/azure_mgmt_logic/models/json_schema.rb