organizationId property
(for a permanent token) organization id for the token
Implementation
@$pb.TagNumber(5)
$core.String get organizationId => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set organizationId($core.String value) => $_setString(4, value);