GetLinksPlainArgs

data class GetLinksPlainArgs(val globalNetworkId: String, val providerName: String? = null, val siteId: String? = null, val tags: Map<String, String>? = null, val type: String? = null) : ConvertibleToJava<GetLinksPlainArgs>

A collection of arguments for invoking getLinks.

Constructors

Link copied to clipboard
constructor(globalNetworkId: String, providerName: String? = null, siteId: String? = null, tags: Map<String, String>? = null, type: String? = null)

Properties

Link copied to clipboard

ID of the Global Network of the links to retrieve.

Link copied to clipboard
val providerName: String? = null

Link provider to retrieve.

Link copied to clipboard
val siteId: String? = null

ID of the site of the links to retrieve.

Link copied to clipboard
val tags: Map<String, String>? = null

Restricts the list to the links with these tags.

Link copied to clipboard
val type: String? = null

Link type to retrieve.

Functions

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