DkimCollection¶
-
class
oci.email.models.
DkimCollection
(**kwargs)¶ Bases:
object
Results of a search. Contains both DkimSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new DkimCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DkimCollection. -
__init__
(**kwargs)¶ Initializes a new DkimCollection 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.DkimSummary]) – The value to assign to the items property of this DkimCollection.
-
items
¶ [Required] Gets the items of this DkimCollection. List of dkims.
Returns: The items of this DkimCollection. Return type: list[oci.email.models.DkimSummary]
-