NewFileParam.md 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# NewFileParam

## Properties
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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)