Type alias UsageEventReportInput

UsageEventReportInput: { customerId: Scalars["String"]; dimensions?: InputMaybe<Scalars["JSON"]>; eventName: Scalars["String"]; idempotencyKey: Scalars["String"]; resourceId?: InputMaybe<Scalars["String"]>; timestamp?: InputMaybe<Scalars["DateTime"]> }

Input parameters for reporting usage events

Type declaration

  • customerId: Scalars["String"]

    Customer id

  • Optional dimensions?: InputMaybe<Scalars["JSON"]>

    Dimensions to include in the events fields

  • eventName: Scalars["String"]

    Name of the event

  • idempotencyKey: Scalars["String"]

    Idempotency key

  • Optional resourceId?: InputMaybe<Scalars["String"]>

    Resource id

  • Optional timestamp?: InputMaybe<Scalars["DateTime"]>

    Timestamp