organisationId property
deprecated: use organization_id, will be remove before GA (https://github.com/zitadel/zitadel/issues/6718)
Implementation
@$pb.TagNumber(5)
$core.String get organisationId => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set organisationId($core.String v) { $_setString(4, v); }