locationId property
Location ID of location to update.
Implementation
@$pb.TagNumber(1)
$core.String get locationId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set locationId($core.String v) { $_setString(0, v); }
Location ID of location to update.
@$pb.TagNumber(1)
$core.String get locationId => $_getSZ(0);
@$pb.TagNumber(1)
set locationId($core.String v) { $_setString(0, v); }