CreateChargebackPlanReportDetails¶
-
class
oci.opsi.models.CreateChargebackPlanReportDetails(**kwargs)¶ Bases:
objectThe details used to create a new Ops Insights chargeback plan report.
Methods
__init__(**kwargs)Initializes a new CreateChargebackPlanReportDetails object with values from keyword arguments. Attributes
report_name[Required] Gets the report_name of this CreateChargebackPlanReportDetails. report_properties[Required] Gets the report_properties of this CreateChargebackPlanReportDetails. -
__init__(**kwargs)¶ Initializes a new CreateChargebackPlanReportDetails 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 CreateChargebackPlanReportDetails.
- report_properties (oci.opsi.models.ReportPropertyDetails) – The value to assign to the report_properties property of this CreateChargebackPlanReportDetails.
-
report_name¶ [Required] Gets the report_name of this CreateChargebackPlanReportDetails. The chargeback plan report name.
Returns: The report_name of this CreateChargebackPlanReportDetails. Return type: str
-
report_properties¶ [Required] Gets the report_properties of this CreateChargebackPlanReportDetails.
Returns: The report_properties of this CreateChargebackPlanReportDetails. Return type: oci.opsi.models.ReportPropertyDetails
-