DigitalTwinAdapterCollection¶
-
class
oci.iot.models.
DigitalTwinAdapterCollection
(**kwargs)¶ Bases:
object
Results of a digital twin adapter search. Contains both summary and additional metadata information.
Methods
__init__
(**kwargs)Initializes a new DigitalTwinAdapterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DigitalTwinAdapterCollection. -
__init__
(**kwargs)¶ Initializes a new DigitalTwinAdapterCollection 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.DigitalTwinAdapterSummary]) – The value to assign to the items property of this DigitalTwinAdapterCollection.
-
items
¶ [Required] Gets the items of this DigitalTwinAdapterCollection. List of the digital twin adapters.
Returns: The items of this DigitalTwinAdapterCollection. Return type: list[oci.iot.models.DigitalTwinAdapterSummary]
-