TenantDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Data transfer object for Octo tenants
public class TenantDto
Inheritance Object → TenantDto
Properties
Database
Gets or sets the database name
public string Database { get; set; }
Property Value
TenantId
Gets or sets Id of tenant
public string TenantId { get; set; }
Property Value
Constructors
TenantDto()
public TenantDto()