...
Attributes | Type | Description |
---|---|---|
propertyName | String | This is the name of the definition of a Project Property |
propertyValue | String | The value associated with the property name |
credentialId | Long | The id of the credential associated to this property. Applicable only for encrypted properties |
overrideDetails | OverrideDetailsPojo | If the project property is overridden, this will show it's its details. If not, it's null. |
OverrideDetailsPojo
...