Sha256: 54eca5fa6af8aab9a644568f79ef4c6ae5e17439dfba5e736bfaef7dc9910f16
Contents?: true
Size: 1.07 KB
Versions: 8
Compression:
Stored size: 1.07 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::V2016_02_03 module Models # # Input values. # class OperationInputs include MsRestAzure # @return [String] The name of the IoT hub to check. attr_accessor :name # # Mapper for OperationInputs class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OperationInputs', type: { name: 'Composite', class_name: 'OperationInputs', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'Name', type: { name: 'String' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems