Class FsuActionSummaryCollection
List of FsuActionSummary objects.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class FsuActionSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<FsuActionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<FsuActionSummary> | List of FsuActionSummary entries. |
Remarks
Required