Sha256: 1dce66caa25fce2394646efe427467cda55568beb101cbeed3b3ee97070565aa
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 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 # # 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() { required: false, serialized_name: 'RemoveProtectionContainerMappingInputProperties', type: { name: 'Composite', class_name: 'RemoveProtectionContainerMappingInputProperties', model_properties: { provider_specific_input: { required: false, serialized_name: 'providerSpecificInput', type: { name: 'Composite', class_name: 'ReplicationProviderContainerUnmappingInput' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems