Sha256: ab39cdddc0185821206015bc8567e56d1929e4e5284ea17fba3efe9be05b3d35
Contents?: true
Size: 1.22 KB
Versions: 6
Compression:
Stored size: 1.22 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 # # Input definition for test failover cleanup input properties. # class TestFailoverCleanupInputProperties include MsRestAzure # @return [String] Test failover cleanup comments. attr_accessor :comments # # Mapper for TestFailoverCleanupInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TestFailoverCleanupInputProperties', type: { name: 'Composite', class_name: 'TestFailoverCleanupInputProperties', 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