Cumulocity API Services / com.softwareag.jc.cumulocity.services.models / ExternalId

ExternalId

class ExternalId

Represents an external id associated with a ManagedObject

Constructors

<init>

ExternalId(o: JSONObject)ExternalId(type: String, externalId: String)

Represents an external id associated with a ManagedObject

Properties

externalId

val externalId: String

type

val type: String

Functions

toString

fun toString(): String