pub fn merge_v2_checkpoints<O0: Into<Output>, O1: Into<Output>>(
    checkpoint_prefixes: O0,
    destination_prefix: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MergeV2Checkpoints::new().build(checkpoint_prefixes, destination_prefix, scope).