UNPKG

aes70

Version:

A controller library for the AES70 protocol.

29 lines (27 loc) 549 B
/* * This file has been generated. */ export class OcaGrouperGroup { /** * Describes a group in a grouper. * @class OcaGrouperGroup */ constructor(Index, Name, ProxyONo) { /** * Index of group in Grouper * @type number */ this.Index = Index; /** * Name of the group. * @type string */ this.Name = Name; /** * Object number of the group's proxy. The proxy's class is the same as the * Grouper's citizen class. * @type number */ this.ProxyONo = ProxyONo; } }