@seamapi/blueprint - v0.51.3
    Preparing search index...

    Interface ActionAttempt

    interface ActionAttempt {
        actionAttemptType: string;
        deprecationMessage: string;
        description: string;
        draftMessage: string;
        isDeprecated: boolean;
        isDraft: boolean;
        isUndocumented: boolean;
        properties: Property[];
        propertyGroups: PropertyGroup[];
        resourceSamples: {
            description: string;
            properties: Record<string, Json>;
            resource: Partial<
                Record<
                    | "javascript"
                    | "python"
                    | "php"
                    | "ruby"
                    | "seam_cli"
                    | "go"
                    | "java"
                    | "csharp"
                    | "curl",
                    {
                        resource_data: string;
                        resource_data_syntax: | "javascript"
                        | "python"
                        | "php"
                        | "ruby"
                        | "go"
                        | "java"
                        | "csharp"
                        | "json"
                        | "bash";
                        title: string;
                    },
                >,
            >;
            resource_type: string;
            title: string;
        }[];
        resourceType: "action_attempt";
        routePath: string;
        undocumentedMessage: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionAttemptType: string
    deprecationMessage: string
    description: string
    draftMessage: string
    isDeprecated: boolean
    isDraft: boolean
    isUndocumented: boolean
    properties: Property[]
    propertyGroups: PropertyGroup[]
    resourceSamples: {
        description: string;
        properties: Record<string, Json>;
        resource: Partial<
            Record<
                | "javascript"
                | "python"
                | "php"
                | "ruby"
                | "seam_cli"
                | "go"
                | "java"
                | "csharp"
                | "curl",
                {
                    resource_data: string;
                    resource_data_syntax: | "javascript"
                    | "python"
                    | "php"
                    | "ruby"
                    | "go"
                    | "java"
                    | "csharp"
                    | "json"
                    | "bash";
                    title: string;
                },
            >,
        >;
        resource_type: string;
        title: string;
    }[]
    resourceType: "action_attempt"
    routePath: string
    undocumentedMessage: string