Show / Hide Table of Contents

Class FsuCycleSummaryCollection

List of FsuCycleSummary objects.

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

Properties

Items

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

List of FsuCycleSummary entries.

Remarks

Required

In this article
Back to top