id property
The unique identifier of the device authorization request to be used for authorizing or denying the request.
Implementation
@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set id($core.String value) => $_setString(0, value);