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