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