ocs property

Implementation

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

Implementation

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