appEndpoint property
Stores the endpoint of the application execution
Implementation
@$pb.TagNumber(13)
$core.String get appEndpoint => $_getSZ(3);
Implementation
@$pb.TagNumber(13)
set appEndpoint($core.String value) => $_setString(3, value);
Stores the endpoint of the application execution
@$pb.TagNumber(13)
$core.String get appEndpoint => $_getSZ(3);
@$pb.TagNumber(13)
set appEndpoint($core.String value) => $_setString(3, value);