toggle menu
pulumi-github-kotlin
6.7.2.0
jvm
switch theme
search in API
pulumi-github-kotlin
/
com.pulumi.github.kotlin.outputs
/
GetTreeEntry
Get
Tree
Entry
data
class
GetTreeEntry
(
val
mode
:
String
,
val
path
:
String
,
val
sha
:
String
,
val
size
:
Int
,
val
type
:
String
)
Members
Constructors
Get
Tree
Entry
Link copied to clipboard
constructor
(
mode
:
String
,
path
:
String
,
sha
:
String
,
size
:
Int
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
mode
Link copied to clipboard
val
mode
:
String
path
Link copied to clipboard
val
path
:
String
sha
Link copied to clipboard
val
sha
:
String
size
Link copied to clipboard
val
size
:
Int
type
Link copied to clipboard
val
type
:
String