Skip to main content

Models.Participant

Home > @backstage/plugin-bitbucket-cloud-common > Models > Participant

Object describing a user's role on resources like commits or pull requests.

Signature:

interface Participant extends ModelObject 

Extends: ModelObject

Properties

Property

Modifiers

Type

Description

approved?

boolean

(Optional)

participated_on?

string

(Optional) The ISO8601 timestamp of the participant's action. For approvers, this is the time of their approval. For commenters and pull request reviewers who are not approvers, this is the time they last commented, or null if they have not commented.

role?

ParticipantRoleEnum

(Optional)

state?

ParticipantStateEnum

(Optional)

user?

Account

(Optional)