idAttribute property

  1. @TagNumber(8)
String get idAttribute

identifying attribute of the user in the response of the user_endpoint

Implementation

@$pb.TagNumber(8)
$core.String get idAttribute => $_getSZ(7);
  1. @TagNumber(8)
set idAttribute (String v)

Implementation

@$pb.TagNumber(8)
set idAttribute($core.String v) { $_setString(7, v); }