class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimportedDelta
The delta in a change that is not re-imported.
Attributes
anchor[RW]
@return [String] The anchor.
attributes[RW]
@return [Array<AttributeDelta>] The attributes.
dn_attributes[RW]
@return [Array<AttributeDelta>] The delta attributes for distinguished names.
operation_type[RW]
@return [DeltaOperationType] The operation type. Possible values include: 'Undefined', 'None', 'Add', 'Replace', 'Update', 'Delete', 'Obsolete', 'DeleteAdd'
Private Class Methods
mapper()
click to toggle source
Mapper for ChangeNotReimportedDelta
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/change_not_reimported_delta.rb, line 35 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ChangeNotReimportedDelta', type: { name: 'Composite', class_name: 'ChangeNotReimportedDelta', model_properties: { anchor: { client_side_validation: true, required: false, serialized_name: 'anchor', type: { name: 'String' } }, dn_attributes: { client_side_validation: true, required: false, serialized_name: 'dnAttributes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AttributeDeltaElementType', type: { name: 'Composite', class_name: 'AttributeDelta' } } } }, attributes: { client_side_validation: true, required: false, serialized_name: 'attributes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AttributeDeltaElementType', type: { name: 'Composite', class_name: 'AttributeDelta' } } } }, operation_type: { client_side_validation: true, required: false, serialized_name: 'operationType', type: { name: 'String' } } } } } end