@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 (View Summary)

    • 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

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

    nextToken?: string

    A token generated by a previous call.