UpdateResourceDetails

class oci.cims.models.UpdateResourceDetails(**kwargs)

Bases: object

Details about updates to the resource.

Methods

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

Attributes

item Gets the item of this UpdateResourceDetails.
__init__(**kwargs)

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

Parameters:item (oci.cims.models.UpdateItemDetails) – The value to assign to the item property of this UpdateResourceDetails.
item

Gets the item of this UpdateResourceDetails.

Returns:The item of this UpdateResourceDetails.
Return type:oci.cims.models.UpdateItemDetails