applicationId property
The unique ID of the application to be updated.
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 updated.
@$pb.TagNumber(1)
$core.String get applicationId => $_getSZ(0);
@$pb.TagNumber(1)
set applicationId($core.String value) => $_setString(0, value);