toMap method

Map<String, dynamic> toMap()

Implementation

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