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