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