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