Sha256: 01ac4eac8f6a5a6a5a58bbb166a7bd675d9ba0af7c5452ba5308cfd6f4d9b946

Contents?: true

Size: 1.55 KB

Versions: 8

Compression:

Stored size: 1.55 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::V2017_07_01
  module Models
    #
    # The JSON-serialized array of Certificate objects.
    #
    class CertificateListDescription

      include MsRestAzure

      # @return [Array<CertificateDescription>] The array of Certificate
      # objects.
      attr_accessor :value


      #
      # Mapper for CertificateListDescription class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'CertificateListDescription',
          type: {
            name: 'Composite',
            class_name: 'CertificateListDescription',
            model_properties: {
              value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'value',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'CertificateDescriptionElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'CertificateDescription'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.17.5 lib/2017-07-01/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.4 lib/2017-07-01/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.3 lib/2017-07-01/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.2 lib/2017-07-01/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.1 lib/2017-07-01/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.0 lib/2017-07-01/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.16.0 lib/2017-07-01/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.15.2 lib/2017-07-01/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb