Sha256: a5b2277bd8b879dde6cfd90ce2b283671fe6161f2c982b297b8974ed343a8687
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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() { required: false, serialized_name: 'TestFailoverCleanupInputProperties', type: { name: 'Composite', class_name: 'TestFailoverCleanupInputProperties', model_properties: { comments: { required: false, serialized_name: 'comments', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems