GetAppregistryAttributeGroupAssociationsPlainArgs

data class GetAppregistryAttributeGroupAssociationsPlainArgs(val id: String? = null, val name: String? = null) : ConvertibleToJava<GetAppregistryAttributeGroupAssociationsPlainArgs>

A collection of arguments for invoking getAppregistryAttributeGroupAssociations.

Constructors

constructor(id: String? = null, name: String? = null)

Properties

Link copied to clipboard
val id: String? = null

ID of the application to which attribute groups are associated.

Link copied to clipboard
val name: String? = null

Name of the application to which attribute groups are associated. The following arguments are optional:

Functions

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