endpoint property
The URL that will be called in case of an execution.
Implementation
@$pb.TagNumber(9)
$core.String get endpoint => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set endpoint($core.String value) => $_setString(8, value);
The URL that will be called in case of an execution.
@$pb.TagNumber(9)
$core.String get endpoint => $_getSZ(8);
@$pb.TagNumber(9)
set endpoint($core.String value) => $_setString(8, value);