class Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters
The parameters for updating a replication.
Attributes
Public Class Methods
mapper()
click to toggle source
Mapper for ReplicationUpdateParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-10-01/generated/azure_mgmt_container_registry/models/replication_update_parameters.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ReplicationUpdateParameters', type: { name: 'Composite', class_name: 'ReplicationUpdateParameters', model_properties: { tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end