Sha256: a60d0171c27c4c7abf736bba627f1fd4166a179fc4f4764fe671f87caf796a4b
Contents?: true
Size: 1.18 KB
Versions: 4
Compression:
Stored size: 1.18 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::KeyVault::V7_1 module Models # # The backup certificate result, containing the backup blob. # class BackupCertificateResult include MsRestAzure # @return The backup blob containing the backed up certificate. attr_accessor :value # # Mapper for BackupCertificateResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BackupCertificateResult', type: { name: 'Composite', class_name: 'BackupCertificateResult', model_properties: { value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Base64Url' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems