vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ActionLinkGroupTemplateMetadata

    interface ActionLinkGroupTemplateMetadata {
        actionLinkTemplates?: ActionLinkTemplate[];
        category: PlatformActionGroupCategory;
        executionsAllowed: ActionLinkExecutionsAllowed;
        fullName?: string;
        hoursUntilExpiration?: number;
        isPublished: boolean;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionLinkTemplates?: ActionLinkTemplate[]
    executionsAllowed: ActionLinkExecutionsAllowed
    fullName?: string
    hoursUntilExpiration?: number
    isPublished: boolean
    name: string