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