Sha256: 61d5b63a28189345683aa061e0529fc76f62c3488275d7f3b90db2b86d238fd1
Contents?: true
Size: 1.27 KB
Versions: 6
Compression:
Stored size: 1.27 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 # # Recovery plan test failover cleanup input properties. # class RecoveryPlanTestFailoverCleanupInputProperties include MsRestAzure # @return [String] The test failover cleanup comments. attr_accessor :comments # # Mapper for RecoveryPlanTestFailoverCleanupInputProperties class as Ruby # Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RecoveryPlanTestFailoverCleanupInputProperties', type: { name: 'Composite', class_name: 'RecoveryPlanTestFailoverCleanupInputProperties', model_properties: { comments: { client_side_validation: true, required: false, serialized_name: 'comments', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems