Get Graph Result
data class GetGraphResult(val arn: String? = null, val autoEnableMembers: Boolean? = null, val tags: List<GraphTag>? = null)
Constructors
Link copied to clipboard
fun GetGraphResult(arn: String? = null, autoEnableMembers: Boolean? = null, tags: List<GraphTag>? = null)