toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.response
/
RepositoryFile
Repository
File
@
Serializable
data
class
RepositoryFile
(
val
fileName
:
String
,
val
filePath
:
String
,
val
size
:
Int
,
val
encoding
:
String
,
val
content
:
String
,
val
contentSha256
:
String
,
val
ref
:
String
,
val
blobId
:
String
,
val
commitId
:
String
,
val
lastCommitId
:
String
,
val
executeFilemode
:
Boolean
)
Author
sunlulu.tomato
Members
Constructors
Repository
File
Link copied to clipboard
constructor
(
fileName
:
String
,
filePath
:
String
,
size
:
Int
,
encoding
:
String
,
content
:
String
,
contentSha256
:
String
,
ref
:
String
,
blobId
:
String
,
commitId
:
String
,
lastCommitId
:
String
,
executeFilemode
:
Boolean
)
Properties
blob
Id
Link copied to clipboard
val
blobId
:
String
commit
Id
Link copied to clipboard
val
commitId
:
String
content
Link copied to clipboard
val
content
:
String
content
Sha256
Link copied to clipboard
val
contentSha256
:
String
encoding
Link copied to clipboard
val
encoding
:
String
execute
Filemode
Link copied to clipboard
val
executeFilemode
:
Boolean
file
Name
Link copied to clipboard
val
fileName
:
String
file
Path
Link copied to clipboard
val
filePath
:
String
last
Commit
Id
Link copied to clipboard
val
lastCommitId
:
String
ref
Link copied to clipboard
val
ref
:
String
size
Link copied to clipboard
val
size
:
Int