| Name | Type | Description | Notes |
|---|---|---|---|
| AccessToken | string | 用户授权码 | [optional] [default to null] |
| Content | string | 文件内容, 要用 base64 编码 | [optional] [default to null] |
| Message | string | 提交信息 | [optional] [default to null] |
| Branch | string | 分支名称。默认为仓库对默认分支 | [optional] [default to null] |
| CommitterName | string | Committer的名字,默认为当前用户的名字 | [optional] [default to null] |
| CommitterEmail | string | Committer的邮箱,默认为当前用户的邮箱 | [optional] [default to null] |
| AuthorName | string | Author的名字,默认为当前用户的名字 | [optional] [default to null] |
| AuthorEmail | string | Author的邮箱,默认为当前用户的邮箱 | [optional] [default to null] |