Sha256: 7b7b06d82d51a8a0eb80c817628f0e7a618abce4bc9e1f2fea672d0c2951257d

Contents?: true

Size: 1006 Bytes

Versions: 2

Compression:

Stored size: 1006 Bytes

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
    #
    # 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

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.15.1 lib/2017-01-19/generated/azure_mgmt_iot_hub/models/operation_inputs.rb
azure_mgmt_iot_hub-0.15.0 lib/2017-01-19/generated/azure_mgmt_iot_hub/models/operation_inputs.rb