Sha256: d3716524ad222efc9948ccf708a25efe79423d8a15018b9f669107c6fe508b6e

Contents?: true

Size: 1.55 KB

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.17.5 lib/2018-01-22/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.4 lib/2018-01-22/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.3 lib/2018-01-22/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.2 lib/2018-01-22/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.1 lib/2018-01-22/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb
azure_mgmt_iot_hub-0.17.0 lib/2018-01-22/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb