Class DkimCollection
Results of a search. Contains both DkimSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.EmailService.Models
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class DkimCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DkimSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DkimSummary> | List of dkims. |
Remarks
Required