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