Type alias RestObjectOperationCounterInc

RestObjectOperationCounterInc: AnyTargetRestObjectOperationBase & {
    counterInc: {
        number: number;
    };
}

Operation to increment (or decrement with negative values) an existing counter object. Can target the counter by either object ID or path.

Type declaration

  • counterInc: {
        number: number;
    }

    The counter increment parameters.

    • number: number

      The amount to increment by. Use a negative value to decrement.

Generated using TypeDoc