Sha256: f0525f35e3a636aa1f06a63f7b0f039e0158b12f9222f2ddffc34b3e14ffe1b4
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 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 # # Configure pairing input. # class CreateProtectionContainerMappingInput include MsRestAzure # @return [CreateProtectionContainerMappingInputProperties] Configure # protection input properties. attr_accessor :properties # # Mapper for CreateProtectionContainerMappingInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'CreateProtectionContainerMappingInput', type: { name: 'Composite', class_name: 'CreateProtectionContainerMappingInput', model_properties: { properties: { required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'CreateProtectionContainerMappingInputProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems