stepsLocation property

  1. @TagNumber.new(24)
String get stepsLocation

The Cloud Storage location where the steps are stored.

Implementation

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

Implementation

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