Sha256: 1e3f29d07f27c2f410fd4c1c3f2a656500e542672bfa01dac26a1281a6d66ac6

Contents?: true

Size: 1.46 KB

Versions: 3

Compression:

Stored size: 1.46 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_04_01
  module Models
    #
    # Model object.
    #
    #
    class RoutingTwinProperties

      include MsRestAzure

      # @return Twin desired properties
      attr_accessor :desired_properties

      # @return Twin desired properties
      attr_accessor :reported_properties


      #
      # Mapper for RoutingTwinProperties class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'RoutingTwin_properties',
          type: {
            name: 'Composite',
            class_name: 'RoutingTwinProperties',
            model_properties: {
              desired_properties: {
                client_side_validation: true,
                required: false,
                serialized_name: 'desiredProperties',
                type: {
                  name: 'Object'
                }
              },
              reported_properties: {
                client_side_validation: true,
                required: false,
                serialized_name: 'reportedProperties',
                type: {
                  name: 'Object'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.17.5 lib/2018-04-01/generated/azure_mgmt_iot_hub/models/routing_twin_properties.rb
azure_mgmt_iot_hub-0.17.4 lib/2018-04-01/generated/azure_mgmt_iot_hub/models/routing_twin_properties.rb
azure_mgmt_iot_hub-0.17.3 lib/2018-04-01/generated/azure_mgmt_iot_hub/models/routing_twin_properties.rb