EntryGcsFilesetSpecSampleGcsFileSpecArgs

data class EntryGcsFilesetSpecSampleGcsFileSpecArgs(val filePath: Output<String>? = null, val sizeBytes: Output<Int>? = null) : ConvertibleToJava<EntryGcsFilesetSpecSampleGcsFileSpecArgs>

Constructors

Link copied to clipboard
constructor(filePath: Output<String>? = null, sizeBytes: Output<Int>? = null)

Properties

Link copied to clipboard
val filePath: Output<String>? = null

(Output) The full file path

Link copied to clipboard
val sizeBytes: Output<Int>? = null

(Output) The size of the file, in bytes.

Functions

Link copied to clipboard
open override fun toJava(): EntryGcsFilesetSpecSampleGcsFileSpecArgs