Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowActionGoogleSheetsAddRowParams

    interface FlowActionGoogleSheetsAddRowParams {
        connection_id: string;
        spreadsheet_id: string;
        sheet_id?: FlowActionGoogleSheetsAddRowParamsSheetId;
        values?: FlowActionGoogleSheetsAddRowParamsValues;
    }
    Index

    Properties

    connection_id: string
    spreadsheet_id: string