RecipientInvitationCollection

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

Bases: object

Result of a query request for a list of recipient invitations. Contains RecipientInvitationSummary items.

Methods

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

Attributes

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

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

[Required] Gets the items of this RecipientInvitationCollection. Array containing RecipientInvitationSummary items.

Returns:The items of this RecipientInvitationCollection.
Return type:list[oci.tenant_manager_control_plane.models.RecipientInvitationSummary]