organisationId property

  1. @TagNumber(5)
String get organisationId

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);
  1. @TagNumber(5)
set organisationId (String v)

Implementation

@$pb.TagNumber(5)
set organisationId($core.String v) { $_setString(4, v); }