PullRequestProperties¶
-
class
oci.adm.models.
PullRequestProperties
(**kwargs)¶ Bases:
object
Pull request properties from recommend stage of the remediation run.
Methods
__init__
(**kwargs)Initializes a new PullRequestProperties object with values from keyword arguments. Attributes
pull_request_identifier
Gets the pull_request_identifier of this PullRequestProperties. pull_request_url
Gets the pull_request_url of this PullRequestProperties. -
__init__
(**kwargs)¶ Initializes a new PullRequestProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - pull_request_identifier (str) – The value to assign to the pull_request_identifier property of this PullRequestProperties.
- pull_request_url (str) – The value to assign to the pull_request_url property of this PullRequestProperties.
-
pull_request_identifier
¶ Gets the pull_request_identifier of this PullRequestProperties. Unique identifier for the pull or merge request created in the recommend stage.
Returns: The pull_request_identifier of this PullRequestProperties. Return type: str
-
pull_request_url
¶ Gets the pull_request_url of this PullRequestProperties. The web link to the pull or merge request created in the recommend stage.
Returns: The pull_request_url of this PullRequestProperties. Return type: str
-