hashedAccountId property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? hashedAccountId
getter/setter pair

Deprecated: use account_id instead.

The unique stable hashed account identifier used to search connections. The identifier should correspond to a hashed_account_id provided in a previous CreateAssessment or AnnotateAssessment call. Either hashed_account_id or account_id must be set, but not both.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? hashedAccountId;