stepsLocation property

  1. @TagNumber(24)
String stepsLocation

The Cloud Storage location where the steps are stored.

Implementation

@$pb.TagNumber(24)
$core.String get stepsLocation => $_getSZ(20);
  1. @TagNumber(24)
void stepsLocation=(String v)

Implementation

@$pb.TagNumber(24)
set stepsLocation($core.String v) { $_setString(20, v); }