Sha256: 69499793b0b645a039dceeb2e95bbb33998c7d01d0d89731148f515ef30fe34a
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 # # Replication provider specific recovery point details. # class ProviderSpecificRecoveryPointDetails include MsRestAzure # @return [String] Gets the provider type. attr_accessor :type # # Mapper for ProviderSpecificRecoveryPointDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ProviderSpecificRecoveryPointDetails', type: { name: 'Composite', class_name: 'ProviderSpecificRecoveryPointDetails', model_properties: { type: { required: false, read_only: true, serialized_name: 'Type', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems