/// <summary> /// Initializes a new instance of the <see cref="ModelsRepositoryClientOptions"/> class with default options. /// </summary> /// <param name="version"> /// The <see cref="ServiceVersion"/> of the service API used when making requests. /// </param> public ModelsRepositoryClientOptions( ServiceVersion version = LatestVersion) { Version = version; RepositoryMetadata = new ModelsRepositoryClientMetadataOptions(); }