Meta
data class Meta(val id: Int = -1, val name: String = "", val type: String = "", val input: FMPResource.Meta.Input? = null, val output: List<FMPResource.Meta.Argument>? = listOf(), val lifetime: String? = null)
Метаданные ресурса.
Since
21.04.01
Constructors
Link copied to clipboard
constructor(id: Int = -1, name: String = "", type: String = "", input: FMPResource.Meta.Input? = null, output: List<FMPResource.Meta.Argument>? = listOf(), lifetime: String? = null)
Types
Link copied to clipboard
data class Input(val tabular: List<FMPResource.Meta.Argument> = listOf(), val scalar: List<FMPResource.Meta.Argument> = listOf())
Properties
Link copied to clipboard
Доступные параметры params для ресурса.
Link copied to clipboard
Колонки ресурса.