Workgroup Relations

WorkgroupRelations

WorkgroupRelations Objects

class WorkgroupRelations()

This is a base object that contains all you can do about workgroups.

constructor
function constructor()

Constructor

Arguments:

  • Reference InternalOpenGateAPI - to the API object.

create
function create() -> '*'

Returns:

  • *

delete
function delete() -> '*'

Returns:

  • *

update
function update()

Update not allowed


withChannel
function withChannel(channel: string) -> 'WorkgroupRelations'

Set the channel attribute

Arguments:

  • channel string - required field for creation or update

Returns:

  • WorkgroupRelations

withWorkgroup
function withWorkgroup(workgroup: string) -> 'WorkgroupRelations'

Set the workgroup attribute

Arguments:

  • workgroup string - required field

Returns:

  • WorkgroupRelations