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