Sha256: 43867f7b8d4db03d5036b08f41feaa87e41e24f105c4d97d0ee210b7af46042b
Contents?: true
Size: 1.55 KB
Versions: 3
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_12_01_preview 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
3 entries across 3 versions & 1 rubygems