PatchOccDemandSignalDetails

class oci.demand_signal.models.PatchOccDemandSignalDetails(**kwargs)

Bases: object

Demand Signal details to patch.

Methods

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

Attributes

items Gets the items of this PatchOccDemandSignalDetails.
__init__(**kwargs)

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

Parameters:items (list[oci.demand_signal.models.PatchInstruction]) – The value to assign to the items property of this PatchOccDemandSignalDetails.
items

Gets the items of this PatchOccDemandSignalDetails. List of patch instructions.

Returns:The items of this PatchOccDemandSignalDetails.
Return type:list[oci.demand_signal.models.PatchInstruction]