Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Site(id?: number, origin?: string, publicKey?: string, confidential?: boolean): Site
  • Parameters

    • Default value id: number = 0
    • Default value origin: string = ""
    • Default value publicKey: string = ""
    • Default value confidential: boolean = false

    Returns Site

Properties

confidential

confidential: boolean

id

id: number

origin

origin: string

publicKey

publicKey: string

Methods

copy

Protected deepCopyFromJson

  • deepCopyFromJson(): Site

Protected getClass

toJson

  • toJson(): object

Static fromJson

Generated using TypeDoc