Show / Hide Table of Contents

Class RedemptionCollection

The list of redemption summary for the requested subscription ID and date range.

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

Properties

Items

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

The list of redemption summary.

Remarks

Required

In this article
Back to top