ProjectFilePropertiesArgs

data class ProjectFilePropertiesArgs(val extension: Output<String>? = null, val filePath: Output<String>? = null, val mediaType: Output<String>? = null) : ConvertibleToJava<ProjectFilePropertiesArgs>

Base class for file properties.

Constructors

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

Properties

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

Optional File extension. If submitted it should not have a leading period and must match the extension from filePath.

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

Relative path of this file resource. This property can be set when creating or updating the file resource.

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

File content type. This property can be modified to reflect the file content type.

Functions

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