id |
String |
Unique ID for an exclusively connected instance of repository within the scopes of a specific service. The Id is unique only within its associated `repoType` (service name). |
[optional] [default to null] |
name |
String |
Relative resource name of a repository (`path-noscheme`), assigned by system when it is created. |
[optional] [default to null] |
title |
String |
User provided display name of the Repository. |
[optional] [default to null] |
repoType |
String |
Name of the Integration service the Repository belongs to. |
[optional] [default to null] |
createTime |
Date |
The timestamp when this resource was created. |
[optional] [default to null] |
updateTime |
Date |
The timestamp when this resource was last modified. |
[optional] [default to null] |
deleteTime |
Date |
The timestamp when this resource was marked as deleted. |
[optional] [default to null] |
reconciling |
Boolean |
While `true`, the API does not accept any requests that will cause the transition of this resource to another status. When a management resource transitions between a current status and another status and the transition is a long-running operation, typically because it depends on other long-running operations with complex or concurrent changes of cloud resource states, the service will set this flag to `true`. As soon as the reconciliation is completed, typically when the management resource transitioned into the target status, the service will set this flag to `false`. |
[optional] [default to null] |
purgeTime |
Date |
The approximate timestamp when this resource will be irreversibly purged from the service. |
[optional] [default to null] |
org |
JobV2Org |
|
[optional] [default to null] |
pipelineInput |
PipelineInputConfig |
|
[optional] [default to null] |
pipelineOutput |
PipelineOutput |
|
[optional] [default to null] |
isSynthetic |
Boolean |
Typically, this should be `\"isSynthetic\": false`. If `\"isSynthetic\": true`, this repository does not produce real job results, but synthetic job responses. This flag CANNOT be changed once a pipeline was created. |
[optional] [default to false] |
pipelineLastUpdateTime |
Date |
The timestamp when `pipelineOutput` was last updated. |
[optional] [default to null] |