TenantRequest constructor

TenantRequest({
  1. String sourceTenantId,
  2. Tenant tenant,
  3. List<String> webhookIds,
})

Implementation

TenantRequest({this.sourceTenantId, this.tenant, this.webhookIds});