Assembly Properties Response
data class AssemblyPropertiesResponse(val assemblyCulture: String? = null, val assemblyName: String, val assemblyPublicKeyToken: String? = null, val assemblyVersion: String? = null, val changedTime: String? = null, val content: Any? = null, val contentLink: ContentLinkResponse? = null, val contentType: String? = null, val createdTime: String? = null, val metadata: Any? = null)
The assembly properties definition.
Constructors
Link copied to clipboard
fun AssemblyPropertiesResponse(assemblyCulture: String? = null, assemblyName: String, assemblyPublicKeyToken: String? = null, assemblyVersion: String? = null, changedTime: String? = null, content: Any? = null, contentLink: ContentLinkResponse? = null, contentType: String? = null, createdTime: String? = null, metadata: Any? = null)