Sha256: ab520d915f4eb4d99c985a727abae08affc3fe57e337b9ea1fe57f158dd3a9b2
Contents?: true
Size: 1.41 KB
Versions: 4
Compression:
Stored size: 1.41 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 # # Unpairing input properties. # class RemoveProtectionContainerMappingInputProperties include MsRestAzure # @return [ReplicationProviderContainerUnmappingInput] Provider specific # input for unpairing. attr_accessor :provider_specific_input # # Mapper for RemoveProtectionContainerMappingInputProperties class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RemoveProtectionContainerMappingInputProperties', type: { name: 'Composite', class_name: 'RemoveProtectionContainerMappingInputProperties', model_properties: { provider_specific_input: { client_side_validation: true, required: false, serialized_name: 'providerSpecificInput', type: { name: 'Composite', class_name: 'ReplicationProviderContainerUnmappingInput' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems