class Azure::DataShare::Mgmt::V2018_11_01_preview::Models::SynchronizationSetting
A Synchronization Setting data transfer object.
Attributes
kind[RW]
Public Class Methods
mapper()
click to toggle source
Mapper for SynchronizationSetting
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-11-01-preview/generated/azure_mgmt_datashare/models/synchronization_setting.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SynchronizationSetting', type: { name: 'Composite', polymorphic_discriminator: 'kind', uber_parent: 'ProxyDto', class_name: 'SynchronizationSetting', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/2018-11-01-preview/generated/azure_mgmt_datashare/models/synchronization_setting.rb, line 16 def initialize @kind = "SynchronizationSetting" end