organizationId property
The unique identifier of the organization the authorization belongs to.
Implementation
@$pb.TagNumber(7)
$core.String get organizationId => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set organizationId($core.String value) => $_setString(6, value);