Sha256: 222016e3ac7d111553daf499a44808807d0b7414f7b81df9251feee6aad466db
Contents?: true
Size: 1.84 KB
Versions: 6
Compression:
Stored size: 1.84 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::IotHub::Mgmt::V2018_01_22 module Models # # SKU properties. # class IotHubSkuDescription include MsRestAzure # @return [String] The type of the resource. attr_accessor :resource_type # @return [IotHubSkuInfo] The type of the resource. attr_accessor :sku # @return [IotHubCapacity] attr_accessor :capacity # # Mapper for IotHubSkuDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IotHubSkuDescription', type: { name: 'Composite', class_name: 'IotHubSkuDescription', model_properties: { resource_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceType', type: { name: 'String' } }, sku: { client_side_validation: true, required: true, serialized_name: 'sku', type: { name: 'Composite', class_name: 'IotHubSkuInfo' } }, capacity: { client_side_validation: true, required: true, serialized_name: 'capacity', type: { name: 'Composite', class_name: 'IotHubCapacity' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems