GetAppregistryAttributeGroupAssociationsResult

data class GetAppregistryAttributeGroupAssociationsResult(val attributeGroupIds: List<String>, val id: String? = null, val name: String? = null)

A collection of values returned by getAppregistryAttributeGroupAssociations.

Constructors

constructor(attributeGroupIds: List<String>, id: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of attribute group IDs this application is associated with.

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null