GroupResourceQueryArgs

data class GroupResourceQueryArgs(val query: Output<GroupQueryArgs>? = null, val type: Output<GroupResourceQueryType>? = null) : ConvertibleToJava<GroupResourceQueryArgs>

Constructors

Link copied to clipboard
fun GroupResourceQueryArgs(query: Output<GroupQueryArgs>? = null, type: Output<GroupResourceQueryType>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GroupResourceQueryArgs

Properties

Link copied to clipboard
val query: Output<GroupQueryArgs>? = null
Link copied to clipboard
val type: Output<GroupResourceQueryType>? = null