EmailReturnPathCollection

class oci.email.models.EmailReturnPathCollection(**kwargs)

Bases: object

Results of a ReturnPath search. Contains both ReturnPathSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.email.models.EmailReturnPathSummary]) – The value to assign to the items property of this EmailReturnPathCollection.
items

[Required] Gets the items of this EmailReturnPathCollection. List of email return paths.

Returns:The items of this EmailReturnPathCollection.
Return type:list[oci.email.models.EmailReturnPathSummary]