Table of Contents

Class Feature

Namespace
OverKizApi.Models
Assembly
OverKizApi.dll

A feature flag or subscription option active on a setup.

public sealed class Feature
Inheritance
Feature
Inherited Members

Properties

Name

Internal feature identifier name.

public string? Name { get; init; }

Property Value

string

Source

Source that activated this feature (e.g. reseller or app bundle identifier).

public string? Source { get; init; }

Property Value

string