@sudoplatform/sudo-email
    Preparing search index...

    Interface ListEmailMasksForOwnerInput

    Input for SudoEmailClient.listEmailMasksForOwner method.

    ListEmailMasksForOwnerInput

    interface ListEmailMasksForOwnerInput {
        filter?: EmailMaskFilterInput;
        limit?: number;
        nextToken?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Used to filter results based on properties of the EmailMask

    limit?: number

    Number of items to return. Will be defaulted if omitted.

    nextToken?: string

    A token generated by a previous call.