PatchLimitsIncreaseRequestDetails¶
-
class
oci.limits_increase.models.PatchLimitsIncreaseRequestDetails(**kwargs)¶ Bases:
objectConfiguration details for new comments to be added to the limit increase request. For more information, see Adding Comments to a Limit Increase Request.
Methods
__init__(**kwargs)Initializes a new PatchLimitsIncreaseRequestDetails object with values from keyword arguments. Attributes
itemsGets the items of this PatchLimitsIncreaseRequestDetails. -
__init__(**kwargs)¶ Initializes a new PatchLimitsIncreaseRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.limits_increase.models.PatchInstruction]) – The value to assign to the items property of this PatchLimitsIncreaseRequestDetails.
-
items¶ Gets the items of this PatchLimitsIncreaseRequestDetails. List of patch instructions for adding comments.
Returns: The items of this PatchLimitsIncreaseRequestDetails. Return type: list[oci.limits_increase.models.PatchInstruction]
-