ocs property

Implementation

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

Implementation

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