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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

Filename by which the binary data will be saved.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"