Sha256: 54a6a340b16d65f48706b531ffda5d7a3d79ae2b15163aa40d1134c5c087f70a
Contents?: true
Size: 1.25 KB
Versions: 1
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::ARM::RecoveryServicesSiteRecovery module Models # # Update replication protected item input. # class UpdateReplicationProtectedItemInput include MsRestAzure # @return [UpdateReplicationProtectedItemInputProperties] Update # replication protected item properties. attr_accessor :properties # # Mapper for UpdateReplicationProtectedItemInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'UpdateReplicationProtectedItemInput', type: { name: 'Composite', class_name: 'UpdateReplicationProtectedItemInput', model_properties: { properties: { required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'UpdateReplicationProtectedItemInputProperties' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_recovery_services_site_recovery-0.14.0 | lib/generated/azure_mgmt_recovery_services_site_recovery/models/update_replication_protected_item_input.rb |