NomadDeviceMultipart

data class NomadDeviceMultipart(val text: NomadDeviceText? = null, val attachments: List<NomadDeviceAttachment> = emptyList(), val unknownFields: Map<Int, <Error class: unknown class>> = emptyMap())

Constructors

Link copied to clipboard
constructor(text: NomadDeviceText? = null, attachments: List<NomadDeviceAttachment> = emptyList(), unknownFields: Map<Int, <Error class: unknown class>> = emptyMap())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open val descriptor: <Error class: unknown class><NomadDeviceMultipart>
Link copied to clipboard
open val protoSize: Int
Link copied to clipboard
val text: NomadDeviceText? = null
Link copied to clipboard
open val unknownFields: Map<Int, <Error class: unknown class>>

Functions

Link copied to clipboard
open operator fun plus(other: <Error class: unknown class>?): NomadDeviceMultipart