class Azure::IotCentral::Mgmt::V2017_07_01_privatepreview::Models::AppSkuInfo

Information about the SKU of the IoT Central application.

Attributes

name[RW]

@return [AppSku] The name of the SKU. Possible values include: 'F1', 'S1'

Public Class Methods

mapper() click to toggle source

Mapper for AppSkuInfo class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/models/app_sku_info.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AppSkuInfo',
    type: {
      name: 'Composite',
      class_name: 'AppSkuInfo',
      model_properties: {
        name: {
          client_side_validation: true,
          required: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end