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