Show / Hide Table of Contents

Class ObjectListInputDetails

A list of object locations in Object Storage.

Inheritance
object
InputDetails
ObjectListInputDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top