TenantFeatureStatusDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Enabled-state of one capability for the tenant.
public class TenantFeatureStatusDto
Inheritance Object → TenantFeatureStatusDto
Properties
TenantEnabled
True when the tenant's capability flag exists and reads enabled.
public bool TenantEnabled { get; set; }
Property Value
Constructors
TenantFeatureStatusDto()
public TenantFeatureStatusDto()