Get Shared Resources Result
data class GetSharedResourcesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val resourceShareId: String? = null, val resources: List<GetSharedResourcesResource>, val status: String? = null)
A collection of values returned by getSharedResources.
Constructors
Link copied to clipboard
fun GetSharedResourcesResult(id: String, ids: List<String>, outputFile: String? = null, resourceShareId: String? = null, resources: List<GetSharedResourcesResource>, status: String? = null)