gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/NewFileParam.md (about)

     1  # NewFileParam
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AccessToken** | **string** | 用户授权码 | [optional] [default to null]
     7  **Content** | **string** | 文件内容, 要用 base64 编码 | [optional] [default to null]
     8  **Message** | **string** | 提交信息 | [optional] [default to null]
     9  **Branch** | **string** | 分支名称。默认为仓库对默认分支 | [optional] [default to null]
    10  **CommitterName** | **string** | Committer的名字,默认为当前用户的名字 | [optional] [default to null]
    11  **CommitterEmail** | **string** | Committer的邮箱,默认为当前用户的邮箱 | [optional] [default to null]
    12  **AuthorName** | **string** | Author的名字,默认为当前用户的名字 | [optional] [default to null]
    13  **AuthorEmail** | **string** | Author的邮箱,默认为当前用户的邮箱 | [optional] [default to null]
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17