Sha256: b6471cb81c2a0a6daef077f46372cae79025495d8f256f5b57e381a9d05a4f07

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 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::Web::Mgmt::V2020_09_01
  module Models
    #
    # An app cloneability criterion.
    #
    class SiteCloneabilityCriterion

      include MsRestAzure

      # @return [String] Name of criterion.
      attr_accessor :name

      # @return [String] Description of criterion.
      attr_accessor :description


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2020-09-01/generated/azure_mgmt_web/models/site_cloneability_criterion.rb
azure_mgmt_web-0.18.0 lib/2020-09-01/generated/azure_mgmt_web/models/site_cloneability_criterion.rb