pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.datacatalog.kotlin.outputs
/
EntryGcsFilesetSpecSampleGcsFileSpec
Entry
Gcs
Fileset
Spec
Sample
Gcs
File
Spec
data
class
EntryGcsFilesetSpecSampleGcsFileSpec
(
val
filePath
:
String
?
=
null
,
val
sizeBytes
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Entry
Gcs
Fileset
Spec
Sample
Gcs
File
Spec
Link copied to clipboard
fun
EntryGcsFilesetSpecSampleGcsFileSpec
(
filePath
:
String
?
=
null
,
sizeBytes
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
file
Path
Link copied to clipboard
val
filePath
:
String
?
=
null
(Output) The full file path
size
Bytes
Link copied to clipboard
val
sizeBytes
:
Int
?
=
null
(Output) The size of the file, in bytes.