28#include <olp/dataservice/read/DataServiceReadApi.h>
29#include <olp/dataservice/read/model/VersionInfo.h>
32namespace dataservice {
47 versions_ = std::move(versions);
55 const std::vector<VersionInfo>&
GetVersions()
const {
return versions_; }
58 std::vector<VersionInfo> versions_;
A container for a list of version infos.
Definition VersionInfos.h:39
const std::vector< VersionInfo > & GetVersions() const
Gets the vector of version infos.
Definition VersionInfos.h:55
void SetVersions(std::vector< VersionInfo > versions)
Sets the vector of version infos.
Definition VersionInfos.h:46
Rules all the other namespaces.
Definition AppleSignInProperties.h:24