Class ObjectStorageLocations
A list of object locations in Object Storage.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class ObjectStorageLocations : InputLocationProperties
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