Class FleetErrorCollection
Results of a Fleet Error search.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class FleetErrorCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<FleetErrorSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<FleetErrorSummary> | A list of FleetErrorSummary. |
Remarks
Required