struct MAGES::Editor::Tenant

Overview

Stores data of the tenant. More…

struct Tenant
{
    // fields

    string Id;
    string Name;
    string Country;
    DateTime CreatedDate;
    DateTime ExpirationDate;
};

Detailed Documentation

Stores data of the tenant.

Fields

string Id

The tenant id.

string Name

The organization name.

string Country

The country.

DateTime CreatedDate

The date of creation.

DateTime ExpirationDate

The Expiration Date.