SenderInvitationCollection¶
-
class
oci.tenant_manager_control_plane.models.SenderInvitationCollection(**kwargs)¶ Bases:
objectResult of a query request for a list of sender invitations. Contains SenderInvitationSummary items.
Methods
__init__(**kwargs)Initializes a new SenderInvitationCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this SenderInvitationCollection. -
__init__(**kwargs)¶ Initializes a new SenderInvitationCollection 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.SenderInvitationSummary]) – The value to assign to the items property of this SenderInvitationCollection.
-
items¶ [Required] Gets the items of this SenderInvitationCollection. Array containing SenderInvitationSummary items.
Returns: The items of this SenderInvitationCollection. Return type: list[oci.tenant_manager_control_plane.models.SenderInvitationSummary]
-