DigitalTwinModelCollection

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

Bases: object

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

Methods

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

Attributes

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

Initializes a new DigitalTwinModelCollection 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.DigitalTwinModelSummary]) – The value to assign to the items property of this DigitalTwinModelCollection.
items

[Required] Gets the items of this DigitalTwinModelCollection. List of digital twin models.

Returns:The items of this DigitalTwinModelCollection.
Return type:list[oci.iot.models.DigitalTwinModelSummary]