orgId property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(3)
String get orgId

Optionally, set a unique id for the organization. If omitted, the system will generate one, which is the recommended way. The generated ID will be returned in the response.

Deprecated: use 'organization_id' field instead. If both org_id and organization_id are set, organization_id will take precedence.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(3)
$core.String get orgId => $_getSZ(2);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(3)
set orgId (String value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(3)
set orgId($core.String value) => $_setString(2, value);