toJson method
Implementation
@override
Object toJson() => {
'instanceRedistributionType': ?instanceRedistributionType,
'maxSurge': ?maxSurge?.toJson(),
'maxUnavailable': ?maxUnavailable?.toJson(),
'minimalAction': ?minimalAction,
'mostDisruptiveAllowedAction': ?mostDisruptiveAllowedAction,
'replacementMethod': ?replacementMethod,
'type': ?type,
};