Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateChannelDetails

Properties to update a Channel.

Properties

Optional definedTags

definedTags: undefined | object

Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional description

description: undefined | string

A short description of the Channel.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type, or scope. Example: {@code {"bar-key": "value"}}

Optional name

name: undefined | string

The Channel's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter.

Optional sessionExpiryDurationInMilliseconds

sessionExpiryDurationInMilliseconds: undefined | number

The number of milliseconds before a session expires. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

type

type: string

Functions

getDeserializedJsonObj

getJsonObj