ocs property

Implementation

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

Implementation

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