mobileRoleId property
- @TagNumber.new(15)
@optional
@description The unique internal identifier of a secondary security role tailored exclusively for mobile application endpoints.
@example 2048
@regex ^0-9+$
@format Non-negative 64-bit integer. Defaults to 0 if unassigned.
Implementation
@$pb.TagNumber(15)
$fixnum.Int64 get mobileRoleId => $_getI64(7);
- @TagNumber.new(15)
Implementation
@$pb.TagNumber(15)
set mobileRoleId($fixnum.Int64 value) => $_setInt64(7, value);