otpSmsId property
unique identifier of the OTP SMS registration, which was returned in the add OTP SMS.
Implementation
@$pb.TagNumber(4)
$core.String get otpSmsId => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set otpSmsId($core.String value) => $_setString(3, value);