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 of the member. The identifier corresponds to a hashed_account_id provided in a previous CreateAssessment or AnnotateAssessment call.

Implementation

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