projectOrganizationId property

  1. @TagNumber.new(4)
String get projectOrganizationId

OrganizationID is the ID of the organization the project belongs to.

Implementation

@$pb.TagNumber(4)
$core.String get projectOrganizationId => $_getSZ(3);
  1. @TagNumber.new(4)
set projectOrganizationId (String value)

Implementation

@$pb.TagNumber(4)
set projectOrganizationId($core.String value) => $_setString(3, value);