Class DbVersionFilter
Versions to include in the discovery. These should be under the Source Major Version of the Collection.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class DbVersionFilter : DbFleetDiscoveryFilter
Properties
Versions
Declaration
[Required(ErrorMessage = "Versions is required.")]
[JsonProperty(PropertyName = "versions")]
public List<string> Versions { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of Version strings to include in the discovery. |
Remarks
Required