orgId property
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);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(3)
set orgId($core.String value) => $_setString(2, value);