StandardAppVersionDeploymentArgs

data class StandardAppVersionDeploymentArgs(val files: Output<List<StandardAppVersionDeploymentFileArgs>>? = null, val zip: Output<StandardAppVersionDeploymentZipArgs>? = null) : ConvertibleToJava<StandardAppVersionDeploymentArgs>

Constructors

Link copied to clipboard
constructor(files: Output<List<StandardAppVersionDeploymentFileArgs>>? = null, zip: Output<StandardAppVersionDeploymentZipArgs>? = null)

Properties

Link copied to clipboard

Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call. Structure is documented below.

Link copied to clipboard

Zip File Structure is documented below.

Functions

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