endpoint property
the Momento endpoint that this token is allowed to make requests against
Implementation
@$pb.TagNumber(2)
$core.String get endpoint => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set endpoint($core.String v) {
$_setString(1, v);
}