organizationId property

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

OrganizationID is the unique identifier of the organization. This field is optional. If omitted, the system will generate one, which is the recommended way. The generated ID will be returned in the response.

Implementation

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

Implementation

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