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