ocs property

Implementation

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

Implementation

set ocs(covariant OutOfOfficeSetOutOfOfficeResponseApplicationJson_OcsBuilder? ocs) => _$this._ocs = ocs;