Show / Hide Table of Contents

Class HistoryCollection

A list containing the recommendation history items that match filter criteria, if any. Results contain HistorySummary objects.

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

Properties

Items

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

A collection of history summaries.

Remarks

Required

In this article
Back to top