class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeMppingSource
The attribute mapping source.
Attributes
constant_value[RW]
@return [String] The constant value.
dn_part[RW]
@return [Integer] The value for dn part.
script_context[RW]
@return [String] The script context.
source_attribute[RW]
@return [Array<String>] The source attribute.
Private Class Methods
mapper()
click to toggle source
Mapper for AttributeMppingSource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/attribute_mpping_source.rb, line 32 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AttributeMppingSource', type: { name: 'Composite', class_name: 'AttributeMppingSource', model_properties: { source_attribute: { client_side_validation: true, required: false, serialized_name: 'sourceAttribute', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, dn_part: { client_side_validation: true, required: false, serialized_name: 'dnPart', type: { name: 'Number' } }, script_context: { client_side_validation: true, required: false, serialized_name: 'scriptContext', type: { name: 'String' } }, constant_value: { client_side_validation: true, required: false, serialized_name: 'constantValue', type: { name: 'String' } } } } } end