Skip to main content

TenantFeatureStatusDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Enabled-state of one capability for the tenant.

public class TenantFeatureStatusDto

Inheritance ObjectTenantFeatureStatusDto

Properties

TenantEnabled

True when the tenant's capability flag exists and reads enabled.

public bool TenantEnabled { get; set; }

Property Value

Boolean

Constructors

TenantFeatureStatusDto()

public TenantFeatureStatusDto()