lastUpdaterOrCommentorRole property

String? lastUpdaterOrCommentorRole
getter/setter pair

The role of the last user that either updated the proposal or left a comment.

Output only. Possible string values are:

  • "BUYER_SELLER_ROLE_UNSPECIFIED" : A placeholder for an undefined buyer/seller role.
  • "BUYER" : Specifies the role as buyer.
  • "SELLER" : Specifies the role as seller.

Implementation

core.String? lastUpdaterOrCommentorRole;