toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'arn': ?arn,
'name': ?name,
'recoveryPointSelection': ?pulumi.Input.mapOptionalInputValue<RestoreTestingPlanRecoveryPointSelection, Map<String, dynamic>>(recoveryPointSelection, (value) => value.toMap()),
'region': ?region,
'scheduleExpression': ?scheduleExpression,
'scheduleExpressionTimezone': ?scheduleExpressionTimezone,
'startWindowHours': ?startWindowHours,
'tags': ?tags,
'tagsAll': ?tagsAll,
};
}