Data Transfer Object used to read or update Git Configurations via the REST endpoint.
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
property | string | element | 0/1 | Get name of property. | ||
section | string | element | 1/1 | required | Get Section name for property. | |
subsection | string | element | 0/1 | Get subsection name for property. | ||
value | string | element | 0/1 | Get the value of the property. |
Example
<git-config-property> <section>...</section> <subsection>...</subsection> <property>...</property> <value>...</value> </git-config-property>