Sha256: 6b319a66f97b87a025f4a70d8450e3008d8532202517635cbae96a010739adcf
Contents?: true
Size: 1.07 KB
Versions: 6
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::V2018_01_22 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
6 entries across 6 versions & 1 rubygems