IotDomainCollection

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

Bases: object

Results of an IoT domain search. Contains both summary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this IotDomainCollection. List of IoT domains.

Returns:The items of this IotDomainCollection.
Return type:list[oci.iot.models.IotDomainSummary]