UpdateChargebackPlanReportDetails

class oci.opsi.models.UpdateChargebackPlanReportDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new UpdateChargebackPlanReportDetails object with values from keyword arguments.

Attributes

report_name [Required] Gets the report_name of this UpdateChargebackPlanReportDetails.
report_properties [Required] Gets the report_properties of this UpdateChargebackPlanReportDetails.
__init__(**kwargs)

Initializes a new UpdateChargebackPlanReportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • report_name (str) – The value to assign to the report_name property of this UpdateChargebackPlanReportDetails.
  • report_properties (oci.opsi.models.ReportPropertyDetails) – The value to assign to the report_properties property of this UpdateChargebackPlanReportDetails.
report_name

[Required] Gets the report_name of this UpdateChargebackPlanReportDetails. The chargeback plan report name.

Returns:The report_name of this UpdateChargebackPlanReportDetails.
Return type:str
report_properties

[Required] Gets the report_properties of this UpdateChargebackPlanReportDetails.

Returns:The report_properties of this UpdateChargebackPlanReportDetails.
Return type:oci.opsi.models.ReportPropertyDetails