Class GiVersionFilter
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 GiVersionFilter : GiFleetDiscoveryFilterProperties
Versions
Declaration
[Required(ErrorMessage = "Versions is required.")]
[JsonProperty(PropertyName = "versions")]
public List<string> Versions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | List of Versions strings to include in the discovery. | 
Remarks
Required