EndpointAssaAbloy

@SerialName(value = "assa_abloy_credential_service")
@Serializable
data class EndpointAssaAbloy(val endpointId: String, val isActive: Boolean, val seosTsmEndpointId: Int? = null) : SeamSchema.Endpoint

ASSA ABLOY credential service endpoint.

Constructors

Link copied to clipboard
constructor(endpointId: String, isActive: Boolean, seosTsmEndpointId: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "endpoint_id")
val endpointId: String
Link copied to clipboard
@SerialName(value = "is_active")
val isActive: Boolean
Link copied to clipboard
@SerialName(value = "seos_tsm_endpoint_id")
val seosTsmEndpointId: Int? = null