Export Args
data class ExportArgs(val blobListBlobPath: Output<String>? = null, val blobPath: Output<List<String>>? = null, val blobPathPrefix: Output<List<String>>? = null) : ConvertibleToJava<ExportArgs>
A property containing information about the blobs to be exported for an export job. This property is required for export jobs, but must not be specified for import jobs.