record
inline fun record(type: ApplicationRoleConnectionMetadataType, key: String, name: String, description: String, builder: ApplicationRoleConnectionMetadataBuilder.() -> Unit = {})(source)
Adds a configured ApplicationRoleConnectionMetadataBuilder to records.
Parameters
type
The type of metadata value.
key
The dictionary key for the metadata field (must be a-z
, 0-9
, or _
characters; 1-50 characters).
name
The name of the metadata field (1-100 characters).
description
The description of the metadata field (1-200 characters).