Review
LabelReview
LabelReview Objects
class LabelReview(BaseDTO)
approve
def approve(*, bundle: Optional[Bundle] = None)
Approves the review.
Parameters
bundle
(Optional[Bundle]): Optional bundle parameter.
reject
def reject(*, bundle: Optional[Bundle] = None)
Rejects the review.
Parameters
bundle
(Optional[Bundle]): Optional bundle parameter.
reopen
def reopen(*, bundle: Optional[Bundle] = None)
Reopens the review.
Parameters
bundle
(Optional[Bundle]): Optional bundle parameter.
Was this page helpful?