UpdateChargebackPlanDetails¶
-
class
oci.opsi.models.UpdateChargebackPlanDetails(**kwargs)¶ Bases:
objectThe details used to update a Ops Insights chargeback plan.
Methods
__init__(**kwargs)Initializes a new UpdateChargebackPlanDetails object with values from keyword arguments. Attributes
defined_tagsGets the defined_tags of this UpdateChargebackPlanDetails. freeform_tagsGets the freeform_tags of this UpdateChargebackPlanDetails. plan_custom_itemsGets the plan_custom_items of this UpdateChargebackPlanDetails. plan_descriptionGets the plan_description of this UpdateChargebackPlanDetails. plan_nameGets the plan_name of this UpdateChargebackPlanDetails. -
__init__(**kwargs)¶ Initializes a new UpdateChargebackPlanDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - plan_description (str) – The value to assign to the plan_description property of this UpdateChargebackPlanDetails.
- plan_name (str) – The value to assign to the plan_name property of this UpdateChargebackPlanDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateChargebackPlanDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateChargebackPlanDetails.
- plan_custom_items (list[oci.opsi.models.CreatePlanCustomItemDetails]) – The value to assign to the plan_custom_items property of this UpdateChargebackPlanDetails.
Gets the defined_tags of this UpdateChargebackPlanDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateChargebackPlanDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateChargebackPlanDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateChargebackPlanDetails. Return type: dict(str, str)
-
plan_custom_items¶ Gets the plan_custom_items of this UpdateChargebackPlanDetails. List of chargeback plan customizations.
Returns: The plan_custom_items of this UpdateChargebackPlanDetails. Return type: list[oci.opsi.models.CreatePlanCustomItemDetails]
-
plan_description¶ Gets the plan_description of this UpdateChargebackPlanDetails. Description of OPSI Chargeback Plan.
Returns: The plan_description of this UpdateChargebackPlanDetails. Return type: str
-
plan_name¶ Gets the plan_name of this UpdateChargebackPlanDetails. Name for the OPSI Chargeback plan.
Returns: The plan_name of this UpdateChargebackPlanDetails. Return type: str
-