Show / Hide Table of Contents

Class UpdateChargebackPlanReportDetails

The details used to update a Ops Insights chargeback plan report.

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

Properties

ReportName

Declaration
[Required(ErrorMessage = "ReportName is required.")]
[JsonProperty(PropertyName = "reportName")]
public string ReportName { get; set; }
Property Value
Type Description
string

The chargeback plan report name.

Remarks

Required

ReportProperties

Declaration
[Required(ErrorMessage = "ReportProperties is required.")]
[JsonProperty(PropertyName = "reportProperties")]
public ReportPropertyDetails ReportProperties { get; set; }
Property Value
Type Description
ReportPropertyDetails
Remarks

Required

In this article
Back to top