Show / Hide Table of Contents

Class ObjectListInlineInputLocation

A list of object locations in Object Storage.

Inheritance
object
InputLocation
ObjectListInlineInputLocation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class ObjectListInlineInputLocation : InputLocation

Properties

ObjectLocations

Declaration
[Required(ErrorMessage = "ObjectLocations is required.")]
[JsonProperty(PropertyName = "objectLocations")]
public List<ObjectLocation> ObjectLocations { get; set; }
Property Value
Type Description
List<ObjectLocation>

The list of ObjectLocations.

Remarks

Required

In this article
Back to top