GetCoreNetworkPolicyDocumentNetworkFunctionGroup

data class GetCoreNetworkPolicyDocumentNetworkFunctionGroup(val description: String? = null, val name: String, val requireAttachmentAcceptance: Boolean)

Constructors

constructor(description: String? = null, name: String, requireAttachmentAcceptance: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Optional description of the network function group.

Link copied to clipboard

This identifies the network function group container.

Link copied to clipboard

This will be either true, that attachment acceptance is required, or false, that it is not required.