Sha256: 9749269005b03cd100995fea8fae7cd1edb34d38b83d7d7accf1cf1b2c177073
Contents?: true
Size: 1.21 KB
Versions: 4
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::V2018_01_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
4 entries across 4 versions & 1 rubygems