Sha256: 207b9aadd65b3acdc18f7d8e824b84aa8f1ceefb2256d8dcbbc79690f9dd7a36

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.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

      include MsRest::JSONable
      # @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.12.0 lib/generated/azure_mgmt_iot_hub/models/operation_inputs.rb
azure_mgmt_iot_hub-0.11.0 lib/generated/azure_mgmt_iot_hub/models/operation_inputs.rb