id property
ID is the unique identifier of the newly created authorization.
Implementation
@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set id($core.String value) => $_setString(0, value);
ID is the unique identifier of the newly created authorization.
@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
@$pb.TagNumber(1)
set id($core.String value) => $_setString(0, value);