Document Attachments Source
data class DocumentAttachmentsSource(val key: DocumentAttachmentsSourceKey? = null, val name: String? = null, val values: List<String>? = null)
Constructors
Link copied to clipboard
constructor(key: DocumentAttachmentsSourceKey? = null, name: String? = null, values: List<String>? = null)