Sha256: 1601f738965f155fd90faac3a0d4b3a15515603af0b31a57dbdcc2db5a47584a
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 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::ARM::IotHub 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() { required: false, serialized_name: 'CertificateListDescription', type: { name: 'Composite', class_name: 'CertificateListDescription', model_properties: { value: { required: false, serialized_name: 'value', type: { name: 'Sequence', element: { required: false, serialized_name: 'CertificateDescriptionElementType', type: { name: 'Composite', class_name: 'CertificateDescription' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.14.0 | lib/generated/azure_mgmt_iot_hub/models/certificate_list_description.rb |