
The highest tagged major version is
v4.
package
Version:
v3.45.0
Opens a new window with list of versions in this module.
Published: Feb 6, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BatchIngestEventParams struct {
DeduplicationId string `json:"deduplication_id"`
SubscriptionId string `json:"subscription_id"`
UsageTimestamp *int64 `json:"usage_timestamp"`
Properties map[string]interface{} `json:"properties"`
}
type CreateRequestParams struct {
DeduplicationId string `json:"deduplication_id"`
SubscriptionId string `json:"subscription_id"`
UsageTimestamp *int64 `json:"usage_timestamp"`
Properties map[string]interface{} `json:"properties"`
}
type UsageEvent struct {
SubscriptionId string `json:"subscription_id"`
DeduplicationId string `json:"deduplication_id"`
UsageTimestamp int64 `json:"usage_timestamp"`
Properties json.RawMessage `json:"properties"`
Object string `json:"object"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.