$MatterbridgeSettingsClient class

Constructors

$MatterbridgeSettingsClient.new($Client _rootClient)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMatterbridgeVersion({MatterbridgeSettingsGetMatterbridgeVersionApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<MatterbridgeSettingsGetMatterbridgeVersionResponseApplicationJson, void>>
Get Matterbridge version.
getMatterbridgeVersionRaw({MatterbridgeSettingsGetMatterbridgeVersionApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<MatterbridgeSettingsGetMatterbridgeVersionResponseApplicationJson, void>
Get Matterbridge version.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stopAllBridges({MatterbridgeSettingsStopAllBridgesApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<MatterbridgeSettingsStopAllBridgesResponseApplicationJson, void>>
Stop all bridges.
stopAllBridgesRaw({MatterbridgeSettingsStopAllBridgesApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<MatterbridgeSettingsStopAllBridgesResponseApplicationJson, void>
Stop all bridges.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited