Class ObjectListInputDetails
A list of object locations in Object Storage.
Inherited Members
Namespace: Oci.AianomalydetectionService.Models
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class ObjectListInputDetails : InputDetails
Properties
ObjectLocations
Declaration
[Required(ErrorMessage = "ObjectLocations is required.")]
[JsonProperty(PropertyName = "objectLocations")]
public List<ObjectLocation> ObjectLocations { get; set; }
Property Value
Type | Description |
---|---|
List<ObjectLocation> | List of ObjectLocations. |
Remarks
Required