DomainCollection

class oci.tenant_manager_control_plane.models.DomainCollection(**kwargs)

Bases: object

Result of a query request for a list of domains. Contains DomainSummary items.

Methods

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

Attributes

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

Initializes a new DomainCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.tenant_manager_control_plane.models.DomainSummary]) – The value to assign to the items property of this DomainCollection.
items

[Required] Gets the items of this DomainCollection. Array containing DomainSummary items.

Returns:The items of this DomainCollection.
Return type:list[oci.tenant_manager_control_plane.models.DomainSummary]