endpoint property
The URL of the endpoint to call.
Implementation
@$pb.TagNumber(6)
$core.String get endpoint => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set endpoint($core.String value) => $_setString(5, value);
The URL of the endpoint to call.
@$pb.TagNumber(6)
$core.String get endpoint => $_getSZ(5);
@$pb.TagNumber(6)
set endpoint($core.String value) => $_setString(5, value);