Sha256: 48d696711e5a76ca4304bdd01820c59e35a067b27d3dadf8da9141bfb85ac84b
Contents?: true
Size: 1.64 KB
Versions: 2
Compression:
Stored size: 1.64 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::V2017_01_19 module Models # # SKU properties. # class IotHubSkuDescription include MsRestAzure # @return [String] The type of the resource. attr_accessor :resource_type # @return [IotHubSkuInfo] 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() { required: false, serialized_name: 'IotHubSkuDescription', type: { name: 'Composite', class_name: 'IotHubSkuDescription', model_properties: { resource_type: { required: false, read_only: true, serialized_name: 'resourceType', type: { name: 'String' } }, sku: { required: true, serialized_name: 'sku', type: { name: 'Composite', class_name: 'IotHubSkuInfo' } }, capacity: { required: true, serialized_name: 'capacity', type: { name: 'Composite', class_name: 'IotHubCapacity' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems