id property
ID represents the ID of the user who was granted the authorization.
Implementation
@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set id($core.String value) => $_setString(0, value);
ID represents the ID of the user who was granted the authorization.
@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
@$pb.TagNumber(1)
set id($core.String value) => $_setString(0, value);