UploadedUserSourceInfoArgs

data class UploadedUserSourceInfoArgs(val relativePath: Output<String>? = null, val type: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<UploadedUserSourceInfoArgs>

Source with uploaded location

Constructors

Link copied to clipboard
constructor(relativePath: Output<String>? = null, type: Output<String>, version: Output<String>? = null)

Properties

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

Relative path of the storage which stores the source

Link copied to clipboard
val type: Output<String>

Type of the source uploaded Expected value is 'UploadedUserSourceInfo'.

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

Version of the source

Functions

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