EntryGcsFilesetSpecSampleGcsFileSpec

data class EntryGcsFilesetSpecSampleGcsFileSpec(val filePath: String? = null, val sizeBytes: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filePath: String? = null

The full file path

Link copied to clipboard
val sizeBytes: Int? = null

The size of the file, in bytes.