/AWS1/CL_SAGGITHUBREPORESOURCE¶
Represents a GitHub repository resource used in an integration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/SAGPROVIDERRESOURCENAME /AWS1/SAGPROVIDERRESOURCENAME¶
The name of the GitHub repository.
iv_owner TYPE /AWS1/SAGGITHUBOWNER /AWS1/SAGGITHUBOWNER¶
The owner of the GitHub repository.
Queryable Attributes¶
name¶
The name of the GitHub repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
owner¶
The owner of the GitHub repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |