Input$CheckpointFilter constructor
Input$CheckpointFilter({})
Implementation
factory Input$CheckpointFilter({
int? afterCheckpoint,
int? atCheckpoint,
int? atEpoch,
int? beforeCheckpoint,
}) => Input$CheckpointFilter._({
if (afterCheckpoint != null) r'afterCheckpoint': afterCheckpoint,
if (atCheckpoint != null) r'atCheckpoint': atCheckpoint,
if (atEpoch != null) r'atEpoch': atEpoch,
if (beforeCheckpoint != null) r'beforeCheckpoint': beforeCheckpoint,
});