toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.request
/
FileOperatorRequest
File
Operator
Request
@
Serializable
data
class
FileOperatorRequest
(
val
branch
:
String
,
val
commitMessage
:
String
,
val
content
:
String
,
val
filePath
:
String
,
val
id
:
String
,
val
authorEmail
:
String
?
=
null
,
val
authorName
:
String
?
=
null
,
val
encoding
:
String
?
=
null
,
val
executeFilemode
:
Boolean
?
=
null
,
val
startBranch
:
String
?
=
null
,
val
lastCommitId
:
String
?
=
null
)
Author
sunlulu.tomato
Members
Constructors
File
Operator
Request
Link copied to clipboard
constructor
(
branch
:
String
,
commitMessage
:
String
,
content
:
String
,
filePath
:
String
,
id
:
String
,
authorEmail
:
String
?
=
null
,
authorName
:
String
?
=
null
,
encoding
:
String
?
=
null
,
executeFilemode
:
Boolean
?
=
null
,
startBranch
:
String
?
=
null
,
lastCommitId
:
String
?
=
null
)
Properties
author
Email
Link copied to clipboard
val
authorEmail
:
String
?
=
null
author
Name
Link copied to clipboard
val
authorName
:
String
?
=
null
branch
Link copied to clipboard
val
branch
:
String
commit
Message
Link copied to clipboard
val
commitMessage
:
String
content
Link copied to clipboard
val
content
:
String
encoding
Link copied to clipboard
val
encoding
:
String
?
=
null
execute
Filemode
Link copied to clipboard
val
executeFilemode
:
Boolean
?
=
null
file
Path
Link copied to clipboard
val
filePath
:
String
id
Link copied to clipboard
val
id
:
String
last
Commit
Id
Link copied to clipboard
val
lastCommitId
:
String
?
=
null
start
Branch
Link copied to clipboard
val
startBranch
:
String
?
=
null