Class MacOrderCollection
Results of a MacOrder search. Contains both MacOrderSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.MngdmacService.Models
Assembly: OCI.DotNetSDK.Mngdmac.dll
Syntax
public class MacOrderCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MacOrderSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<MacOrderSummary> | List of MacOrders. |
Remarks
Required