Channels

Channels

Channels Objects

class Channels()

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

constructor
function constructor()

Constructor

Arguments:

  • Reference InternalOpenGateAPI - to the API object.

withCertificate
function withCertificate(certificate: string) -> 'Channels'

Set the certificate attribute

Arguments:

  • certificate string

Returns:

  • Channels

withDescription
function withDescription(description: string) -> 'Channels'

Set the description attribute

Arguments:

  • description string - required field

Returns:

  • Channels

withName
function withName(name: string) -> 'Channels'

Set the name attribute

Arguments:

  • name string - required field

Returns:

  • Channels

withOrganization
function withOrganization(organization: string) -> 'Channels'

Set the organization attribute

Arguments:

  • organization string

Returns:

  • Channels