Interface ActionAttempt

interface ActionAttempt {
    actionAttemptType: string;
    deprecationMessage: string;
    description: string;
    draftMessage: string;
    isDeprecated: boolean;
    isDraft: boolean;
    isUndocumented: boolean;
    properties: Property[];
    resourceType: "action_attempt";
    routePath: string;
    undocumentedMessage: string;
}

Hierarchy (view full)

Properties

actionAttemptType: string
deprecationMessage: string
description: string
draftMessage: string
isDeprecated: boolean
isDraft: boolean
isUndocumented: boolean
properties: Property[]
resourceType: "action_attempt"
routePath: string
undocumentedMessage: string