Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JobProperty

Hierarchy

  • JobProperty

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new JobProperty(key: string, value: any): JobProperty

Properties

Protected _key

_key: string

Protected _type

_type: string

Protected _value

_value: any

Accessors

key

  • get key(): string
  • set key(key: string): void

type

  • get type(): string
  • set type(type: string): void

value

  • get value(): any
  • set value(value: any): void

Methods

Protected resolveType

  • resolveType(): void

Generated using TypeDoc