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

CustomerOnboardingStep

import type { CustomerOnboardingStep } from "https://googleapis.deno.dev/v1/cloudcontrolspartner:v1.ts";

Container for customer onboarding information

interface CustomerOnboardingStep {
readonly completionState?:
| "COMPLETION_STATE_UNSPECIFIED"
| "PENDING"
| "SUCCEEDED"
| "FAILED"
| "NOT_APPLICABLE";
completionTime?: Date;
startTime?: Date;
step?: "STEP_UNSPECIFIED" | "KAJ_ENROLLMENT" | "CUSTOMER_ENVIRONMENT";
}

§Properties

§
readonly completionState?: "COMPLETION_STATE_UNSPECIFIED" | "PENDING" | "SUCCEEDED" | "FAILED" | "NOT_APPLICABLE"
[src]

Output only. Current state of the step

§
completionTime?: Date
[src]

The completion time of the onboarding step

§
startTime?: Date
[src]

The starting time of the onboarding step

§
step?: "STEP_UNSPECIFIED" | "KAJ_ENROLLMENT" | "CUSTOMER_ENVIRONMENT"
[src]

The onboarding step