ocs property

Implementation

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

Implementation

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