GetCoreNetworkPolicyDocumentNetworkFunctionGroup

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

Constructors

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

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.

Functions

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