Group Resource Query Args
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)