Show / Hide Table of Contents

Class WarehouseDataObjectCollection

Collection of Warehouse data object summary objects.

Inheritance
object
WarehouseDataObjectCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class WarehouseDataObjectCollection

Properties

Items

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

Array of Warehouse data object summary objects.

Remarks

Required

In this article
Back to top