DigitalTwinInstanceCollection

class oci.iot.models.DigitalTwinInstanceCollection(**kwargs)

Bases: object

Results of digital twin instance search. Contains both summary and additional metadata information

Methods

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

Attributes

items [Required] Gets the items of this DigitalTwinInstanceCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.iot.models.DigitalTwinInstanceSummary]) – The value to assign to the items property of this DigitalTwinInstanceCollection.
items

[Required] Gets the items of this DigitalTwinInstanceCollection. List of digital twin instances.

Returns:The items of this DigitalTwinInstanceCollection.
Return type:list[oci.iot.models.DigitalTwinInstanceSummary]