idAttribute property
identifying attribute of the user in the response of the user_endpoint
Implementation
@$pb.TagNumber(9)
$core.String get idAttribute => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set idAttribute($core.String v) { $_setString(8, v); }