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