Sha256: 1c497a80affae457fadc15130ebf6d378fa259f030c0d76960d13213c256b531
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 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::Web 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() { required: false, serialized_name: 'SiteCloneabilityCriterion', type: { name: 'Composite', class_name: 'SiteCloneabilityCriterion', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, description: { required: false, serialized_name: 'description', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.9.0 | lib/generated/azure_mgmt_web/models/site_cloneability_criterion.rb |