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