RosettaNetPipRoleSettingsResponse

data class RosettaNetPipRoleSettingsResponse(val action: String, val businessDocument: RosettaNetPipBusinessDocumentResponse, val description: String? = null, val role: String, val roleType: String, val service: String, val serviceClassification: String)

The integration account RosettaNet ProcessConfiguration role settings.

Constructors

Link copied to clipboard
constructor(action: String, businessDocument: RosettaNetPipBusinessDocumentResponse, description: String? = null, role: String, roleType: String, service: String, serviceClassification: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action name.

Link copied to clipboard

The RosettaNet ProcessConfiguration business document.

Link copied to clipboard
val description: String? = null

The description.

Link copied to clipboard

The role name.

Link copied to clipboard

The RosettaNet ProcessConfiguration role type.

Link copied to clipboard

The service name.

Link copied to clipboard

The service classification name.