ListIssueResourcesPlainArgs

data class ListIssueResourcesPlainArgs(val filter: String? = null, val issueName: String, val resourceUri: String) : ConvertibleToJava<ListIssueResourcesPlainArgs>

Constructors

Link copied to clipboard
constructor(filter: String? = null, issueName: String, resourceUri: String)

Properties

Link copied to clipboard
val filter: String? = null

The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"

Link copied to clipboard

The name of the IssueResource

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource.

Functions

Link copied to clipboard
open override fun toJava(): ListIssueResourcesPlainArgs