Combination of settings to mute a host.

Hierarchy

  • HostMuteSettings

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
end?: number

POSIX timestamp in seconds when the host is unmuted. If omitted, the host remains muted until explicitly unmuted.

message?: string

Message to associate with the muting of this host.

override?: boolean

If true and the host is already muted, replaces existing host mute settings.

Generated using TypeDoc