Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.16 KB

File metadata and controls

23 lines (18 loc) · 1.16 KB

ApplicationGitRepository

Properties

Name Type Description Notes
has_access Option<bool> [optional]
provider models::GitProviderEnum
owner String
url String
name String repository name
branch Option<String> [optional]
root_path Option<String> [optional]
deployed_commit_id Option<String> Git commit ID corresponding to the deployed version of the app [optional]
deployed_commit_date Option<String> Git commit date corresponding to the deployed version of the app [optional][readonly]
deployed_commit_contributor Option<String> Git commit user corresponding to the deployed version of the app [optional]
deployed_commit_tag Option<String> [optional]
git_token_id Option<String> [optional]
git_token_name Option<String> [optional]

[Back to Model list] [Back to API list] [Back to README]