Sha256: ec2e25ecbf167118cecbc37533fb3ecf94a3440256ed4555a5761364cbf3798c
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 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 # # Storage mapping input properties. # class StorageMappingInputProperties include MsRestAzure # @return [String] The ID of the storage object. attr_accessor :target_storage_classification_id # # Mapper for StorageMappingInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'StorageMappingInputProperties', type: { name: 'Composite', class_name: 'StorageMappingInputProperties', model_properties: { target_storage_classification_id: { required: false, serialized_name: 'targetStorageClassificationId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems