Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClosedDaysRule

import type { ClosedDaysRule } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Closed Days Rule. Part of Journey sending schedule.

interface ClosedDaysRule {
EndDateTime?: string | null;
Name?: string | null;
StartDateTime?: string | null;
}

§Properties

§
EndDateTime?: string | null
[src]

End Datetime in ISO 8601 format.

§
Name?: string | null
[src]

Name of the rule.

§
StartDateTime?: string | null
[src]

Start Datetime in ISO 8601 format.