ocs property

Implementation

SignalingPullMessagesResponseApplicationJson_OcsBuilder get ocs =>
    _$this._ocs ??= SignalingPullMessagesResponseApplicationJson_OcsBuilder();
set ocs (covariant SignalingPullMessagesResponseApplicationJson_OcsBuilder? ocs)
covariantoverride

Implementation

set ocs(covariant SignalingPullMessagesResponseApplicationJson_OcsBuilder? ocs) => _$this._ocs = ocs;