APIService List Args
data class APIServiceListArgs(val apiVersion: Output<String>? = null, val items: Output<List<APIServiceArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<APIServiceListArgs>
APIServiceList is a list of APIService objects.
Constructors
Link copied to clipboard
fun APIServiceListArgs(apiVersion: Output<String>? = null, items: Output<List<APIServiceArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)