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

    Interface ListScheduledDraftMessagesForEmailAddressIdInput

    Input for SudoEmailClient.listScheduledDraftMessagesForEmailAddressId method.

    ListScheduledDraftMessagesForEmailAddressIdInput

    interface ListScheduledDraftMessagesForEmailAddressIdInput {
        cachePolicy?: CachePolicy;
        emailAddressId: string;
        filter?: ScheduledDraftMessageFilterInput;
        limit?: number;
        nextToken?: string;
    }

    Hierarchy

    • Pagination
      • ListScheduledDraftMessagesForEmailAddressIdInput
    Index

    Properties

    cachePolicy?: CachePolicy

    Determines how the scheduled draft messages will be fetched. Default usage is remoteOnly.

    emailAddressId: string

    The identifier of the email address to list for.

    Properties used to filter the results.

    limit?: number
    nextToken?: string