TTMSFNCCloudSentryProject Class
Represents a single project, holding its metadata, organization information and the issues retrieved for it, and exposing helpers to fetch issues and to log messages and exceptions to the project.
API unit family: TMSFNCCloudSentry
Syntax
TTMSFNCCloudSentryProject = class
Properties
| Name | Description |
|---|---|
| DateCreated | Read-only date and time the project was created. |
| FirstEvent | Read-only date and time of the first event received by the project. |
| ID | Read-only unique identifier of the project. |
| IsInternal | Read-only flag; True when the project is an internal project. |
| IsMember | Read-only flag; True when the authenticated user is a member of the project. |
| IsPublic | Read-only flag; True when the project is publicly accessible. |
| Issues | Read-only list of issues that have been retrieved for this project. |
| IssuesCursor | Read-only paging cursor pointing to the next page of issues. |
| Name | Read-only display name of the project. |
| OrganizationID | Read-only identifier of the organization that owns the project. |
| OrganizationName | Read-only display name of the organization that owns the project. |
| OrganizationSlug | Read-only URL slug of the organization that owns the project. |
| Owner | Read-only component that owns this project. |
| Slug | Read-only URL slug of the project. |
| Status | Read-only status of the project as reported by the service. |
Methods
| Name | Description |
|---|---|
| GetAllIssues | Retrieves all issues for this project, following the result cursor across pages until every issue has been loaded into Issues. |
| GetIssues | Retrieves a page of issues for this project. |
| LogException | Logs an exception to this project. |
| LogMessage | Logs a message to this project. |