MockStateAggregateWithTenantId

data class MockStateAggregateWithTenantId(val id: String, val tenantId: String) : Identifier, TenantId

Constructors

Link copied to clipboard
constructor(id: String, tenantId: String)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val tenantId: String