Google Apps Script API
    Preparing search index...
    interface GoalUrlDestinationDetails {
        caseSensitive?: boolean;
        firstStepRequired?: boolean;
        matchType?: string;
        steps?: GoalUrlDestinationDetailsSteps[];
        url?: string;
    }
    Index

    Properties

    caseSensitive?: boolean
    firstStepRequired?: boolean
    matchType?: string
    url?: string