PullRequestAuthorSummary

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

Bases: object

Object containing summary of PR author.

Methods

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

Attributes

principal_details [Required] Gets the principal_details of this PullRequestAuthorSummary.
__init__(**kwargs)

Initializes a new PullRequestAuthorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:principal_details (oci.devops.models.PrincipalDetails) – The value to assign to the principal_details property of this PullRequestAuthorSummary.
principal_details

[Required] Gets the principal_details of this PullRequestAuthorSummary.

Returns:The principal_details of this PullRequestAuthorSummary.
Return type:oci.devops.models.PrincipalDetails