Sha256: 9ac4bcc9f9ee367065f1ad6162a2da6523d253c34cf6bf6815a3ba6f575515e2
Contents?: true
Size: 999 Bytes
Versions: 1
Compression:
Stored size: 999 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::IotHub 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() { required: false, serialized_name: 'OperationInputs', type: { name: 'Composite', class_name: 'OperationInputs', model_properties: { name: { required: true, serialized_name: 'Name', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.9.0 | lib/generated/azure_mgmt_iot_hub/models/operation_inputs.rb |