AssemblyPropertiesArgs

data class AssemblyPropertiesArgs(val assemblyCulture: Output<String>? = null, val assemblyName: Output<String>, val assemblyPublicKeyToken: Output<String>? = null, val assemblyVersion: Output<String>? = null, val changedTime: Output<String>? = null, val content: Output<Any>? = null, val contentLink: Output<ContentLinkArgs>? = null, val contentType: Output<String>? = null, val createdTime: Output<String>? = null, val metadata: Output<Any>? = null) : ConvertibleToJava<AssemblyPropertiesArgs>

The assembly properties definition.

Constructors

Link copied to clipboard
constructor(assemblyCulture: Output<String>? = null, assemblyName: Output<String>, assemblyPublicKeyToken: Output<String>? = null, assemblyVersion: Output<String>? = null, changedTime: Output<String>? = null, content: Output<Any>? = null, contentLink: Output<ContentLinkArgs>? = null, contentType: Output<String>? = null, createdTime: Output<String>? = null, metadata: Output<Any>? = null)

Properties

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

The assembly culture.

Link copied to clipboard
val assemblyName: Output<String>

The assembly name.

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

The assembly public key token.

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

The assembly version.

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

The artifact changed time.

Link copied to clipboard
val content: Output<Any>? = null
Link copied to clipboard
val contentLink: Output<ContentLinkArgs>? = null

The content link.

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

The content type.

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

The artifact creation time.

Link copied to clipboard
val metadata: Output<Any>? = null

Functions

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