class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimported

The changes which are not re-imported.

Attributes

delta[RW]

@return [ChangeNotReimportedDelta] The delta changes that is not re-imported.

entry[RW]

@return [ChangeNotReimportedEntry] The object entry in a change that is not re-imported.

Private Class Methods

mapper() click to toggle source

Mapper for ChangeNotReimported 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.rb, line 28
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ChangeNotReimported',
    type: {
      name: 'Composite',
      class_name: 'ChangeNotReimported',
      model_properties: {
        delta: {
          client_side_validation: true,
          required: false,
          serialized_name: 'delta',
          type: {
            name: 'Composite',
            class_name: 'ChangeNotReimportedDelta'
          }
        },
        entry: {
          client_side_validation: true,
          required: false,
          serialized_name: 'entry',
          type: {
            name: 'Composite',
            class_name: 'ChangeNotReimportedEntry'
          }
        }
      }
    }
  }
end