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