Interface RestObjectOperationCounterCreateBody

The counter creation payload, specifying the initial count for a new counter object. Used as the body of RestObjectOperationCounterCreate and as input to generateObjectId.

Hierarchy

  • RestObjectOperationCounterCreateBody

Properties

Properties

counterCreate: {
    count: number;
}

The counter creation parameters.

Type declaration

  • count: number

    The initial value of the counter.

Generated using TypeDoc