Sha256: 515c7412f74b83239ef83cdc60e5bd3483d654129416a2f01bc74b1a476e56d4
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 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 # # Describes the capabilities/features allowed for a specific SKU. # class Capability include MsRestAzure # @return [String] Name of the SKU capability. attr_accessor :name # @return [String] Value of the SKU capability. attr_accessor :value # @return [String] Reason of the SKU capability. attr_accessor :reason # # Mapper for Capability class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'Capability', type: { name: 'Composite', class_name: 'Capability', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, value: { required: false, serialized_name: 'value', type: { name: 'String' } }, reason: { required: false, serialized_name: 'reason', 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/capability.rb |