TrackingControllerApi class

Constructors

TrackingControllerApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createTrackingPixel(CreateTrackingPixelOptions createTrackingPixelOptions) Future<TrackingPixelDto?>
Create tracking pixel
createTrackingPixelWithHttpInfo(CreateTrackingPixelOptions createTrackingPixelOptions) Future<Response>
Create tracking pixel
getAllTrackingPixels({int? page, int? size, String? sort, String? searchFilter, DateTime? since, DateTime? before}) Future<PageTrackingPixelProjection?>
Get tracking pixels
getAllTrackingPixelsWithHttpInfo({int? page, int? size, String? sort, String? searchFilter, DateTime? since, DateTime? before}) Future<Response>
Get tracking pixels
getTrackingPixel(String id) Future<TrackingPixelDto?>
Get pixel
getTrackingPixelWithHttpInfo(String id) Future<Response>
Get pixel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited