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