pub fn effective_on_schedule_delete(
deletion: Option<&ScheduleDeletionSpec>,
) -> ScheduleDeletePolicyExpand description
The effective cascade policy for a schedule: spec.deletion.onScheduleDelete
when the sub-object is present, else Retain. (A default nested under an
ABSENT optional sub-object does not materialize server-side — every read
goes through this resolver.)