numBatches property

  1. @TagNumber(6)
int get numBatches

@doc Number of batches to run function to get scheduled push notifications.

Implementation

@$pb.TagNumber(6)
$core.int get numBatches => $_getIZ(5);
  1. @TagNumber(6)
set numBatches (int value)

Implementation

@$pb.TagNumber(6)
set numBatches($core.int value) => $_setSignedInt32(5, value);