apiKey property
the new api key used for authentication against Momento backend
Implementation
@$pb.TagNumber(1)
$core.String get apiKey => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set apiKey($core.String v) {
$_setString(0, v);
}
the new api key used for authentication against Momento backend
@$pb.TagNumber(1)
$core.String get apiKey => $_getSZ(0);
@$pb.TagNumber(1)
set apiKey($core.String v) {
$_setString(0, v);
}