Sha256: ede2934b59a37d301e2d7303d481bc1ccc333c47d3f620bad41e54b16d38ebb5

Contents?: true

Size: 1.07 KB

Versions: 3

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::V2019_03_22_preview
  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

3 entries across 3 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.17.5 lib/2019-03-22-preview/generated/azure_mgmt_iot_hub/models/operation_inputs.rb
azure_mgmt_iot_hub-0.17.4 lib/2019-03-22-preview/generated/azure_mgmt_iot_hub/models/operation_inputs.rb
azure_mgmt_iot_hub-0.17.3 lib/2019-03-22-preview/generated/azure_mgmt_iot_hub/models/operation_inputs.rb