ContactListArgs

fun ContactListArgs(contactListName: Output<String>? = null, description: Output<String>? = null, tags: Output<List<ContactListTagArgs>>? = null, topics: Output<List<ContactListTopicArgs>>? = null)