Interface IFleet

interface IFleet {
    createdAt?: string;
    id?: string;
    name: string;
    organizationId?: string;
    scope?: IDeviceScope;
    tags: ITags;
    updatedAt?: string;
}

Hierarchy

  • ITaggedEntity
    • IFleet

Properties

createdAt?: string
id?: string
name: string
organizationId?: string
scope?: IDeviceScope
tags: ITags
updatedAt?: string

Generated using TypeDoc