stepsLocation property
The Cloud Storage location where the steps are stored.
Implementation
@$pb.TagNumber(24)
$core.String get stepsLocation => $_getSZ(20);
Implementation
@$pb.TagNumber(24)
set stepsLocation($core.String v) { $_setString(20, v); }