UpdateReviewerDetails¶
-
class
oci.devops.models.
UpdateReviewerDetails
(**kwargs)¶ Bases:
object
The reviewer to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateReviewerDetails object with values from keyword arguments. Attributes
principal_id
[Required] Gets the principal_id of this UpdateReviewerDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateReviewerDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: principal_id (str) – The value to assign to the principal_id property of this UpdateReviewerDetails.
-
principal_id
¶ [Required] Gets the principal_id of this UpdateReviewerDetails. Pull Request reviewer id
Returns: The principal_id of this UpdateReviewerDetails. Return type: str
-