Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutomationInfo

Hierarchy

  • AutomationInfo

Index

Properties

Optional author

author: string

Optional client

client: { name: string; version: string }

Type declaration

  • name: string
  • version: string

Optional description

description: string

Optional git

git: { branch: string; repository: string; sha: string }

Type declaration

  • branch: string
  • repository: string
  • sha: string

Optional groups

groups: string[]

Optional homepage

homepage: string

Optional license

license: string

name

name: string

Optional system

system: { hostname: string; platform: string; release: string; type: string }

Type declaration

  • hostname: string
  • platform: string
  • release: string
  • type: string

Optional team_ids

team_ids: string[]

version

version: string

Generated using TypeDoc