GetApiIssueAttachmentResult

data class GetApiIssueAttachmentResult(val content: String, val contentFormat: String, val id: String, val name: String, val title: String, val type: String)

Issue Attachment Contract details.

Constructors

Link copied to clipboard
constructor(content: String, contentFormat: String, id: String, name: String, title: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An HTTP link or Base64-encoded binary data.

Link copied to clipboard

Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Filename by which the binary data will be saved.

Link copied to clipboard

Resource type for API Management resource.