---
title: ScmPullRequest.Attributes
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/scmpullrequest/attributes-data.dictionary
---

# ScmPullRequest.Attributes

The attributes that describe a Pull Requests resource.

## Declaration

```data
object ScmPullRequest.Attributes
```

## Properties

destinationBranchName: The name of the pull request’s destination branch. destinationRepositoryName: The name of the pull request’s destination repository. If the pull request is not for a fork, this is the same value as the source repository name. destinationRepositoryOwner: The owner of the pull request’s destination repository. isClosed: A Boolean value that indicates whether the pull request is open or closed. isCrossRepository: A Boolean value that indicates whether the pull request is for a Git fork. number: The pull request number. sourceBranchName: The name of the pull request’s source branch. sourceRepositoryName: The name of the pull request’s source repository. sourceRepositoryOwner: The owner of the pull request’s destination repository. title: The pull request’s title. webUrl: The URL of the pull request.

## See Also

### Objects

- [ScmPullRequest.Relationships](appstoreconnectapi/scmpullrequest/relationships-data.dictionary.md)
