---
id: v1-launcher
title: Launcher
pagination_label: Launcher
sidebar_label: Launcher
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'Launcher', 'v1Launcher']
slug: /tools/sdk/typescript/launchers/models/launcher
tags: ['SDK', 'Software Development Kit', 'Launcher', 'v1Launcher']
---

# Launcher

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | `string` | ID of the Launcher | [default to undefined]
**created** | `string` | Date the Launcher was created | [default to undefined]
**modified** | `string` | Date the Launcher was last modified | [default to undefined]
**owner** | `LauncherOwner` |  | [default to undefined]
**name** | `string` | Name of the Launcher, limited to 255 characters | [default to undefined]
**description** | `string` | Description of the Launcher, limited to 2000 characters | [default to undefined]
**type** | `string` | Launcher type | [default to undefined]
**disabled** | `boolean` | State of the Launcher | [default to undefined]
**reference** | **(optional)** `LauncherReference` |  | [default to undefined]
**config** | `string` | JSON configuration associated with this Launcher, restricted to a max size of 4KB  | [default to undefined]

