applicationId property
The ID of the application the key will be created for.
Implementation
@$pb.TagNumber(1)
$core.String get applicationId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set applicationId($core.String value) => $_setString(0, value);