GetHybridMonitorSlsTasksResult

data class GetHybridMonitorSlsTasksResult(val id: String, val ids: List<String>, val keyword: String? = null, val namespace: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val tasks: List<GetHybridMonitorSlsTasksTask>)

A collection of values returned by getHybridMonitorSlsTasks.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, keyword: String? = null, namespace: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, tasks: List<GetHybridMonitorSlsTasksTask>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val keyword: String? = null
Link copied to clipboard
val namespace: String? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard