CreateReviewerDetails

class oci.devops.models.CreateReviewerDetails(**kwargs)

Bases: object

The reviewer to be created.

Methods

__init__(**kwargs) Initializes a new CreateReviewerDetails object with values from keyword arguments.

Attributes

principal_id [Required] Gets the principal_id of this CreateReviewerDetails.
__init__(**kwargs)

Initializes a new CreateReviewerDetails 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 CreateReviewerDetails.
principal_id

[Required] Gets the principal_id of this CreateReviewerDetails. Pull Request reviewer id

Returns:The principal_id of this CreateReviewerDetails.
Return type:str