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