Sha256: 5442efe2d5a29c3f389ab8991003e430cb669bdae0293aa761c106531c7cf2a1
Contents?: true
Size: 1.21 KB
Versions: 6
Compression:
Stored size: 1.21 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::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10 module Models # # Renew Certificate input properties. # class RenewCertificateInputProperties include MsRestAzure # @return [String] Renew certificate type. attr_accessor :renew_certificate_type # # Mapper for RenewCertificateInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RenewCertificateInputProperties', type: { name: 'Composite', class_name: 'RenewCertificateInputProperties', model_properties: { renew_certificate_type: { client_side_validation: true, required: false, serialized_name: 'renewCertificateType', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems