create Custom Link

open fun createCustomLink(    userId: String,     linkId: String,     title: String,     description: String,     hasUniqueAccess: Boolean,     expiredTime: ExpiredTime,     fields: Map<String, Any>,     resources: Map<String, Any>)

Method to execute the query to save a link

Parameters

linkId

The identifier of the link

title

The title of the link

description

The description of the link

hasUniqueAccess

: whether the link has the unique access

expiredTime

The expiration time set for the link

resources

The resources attached to the link

fields

The field used to protect the resources