Meta

constructor(    id: Int = -1,     name: String = "",     type: String = "",     input: FMPResource.Meta.Input? = null,     output: List<FMPResource.Meta.Argument>? = listOf(),     lifetime: String? = null)