BatchComplianceData class

Annotations
  • @freezed

Constructors

BatchComplianceData({required String id, required JobType type, required JobStatus status, required bool resumable, required String uploadUrl, required String downloadUrl, required DateTime uploadExpiresAt, required DateTime downloadExpiresAt, required DateTime createdAt})
const
factory
BatchComplianceData.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $BatchComplianceDataCopyWith<BatchComplianceData>
no setterinherited
createdAt DateTime
The date and time when the job was created.
no setterinherited
downloadExpiresAt DateTime
The date and time until which the download URL will be available (usually 7 days from the request time).
no setterinherited
downloadUrl String
The predefined location where to download the results from the compliance job. This URL is already signed with an authentication key, so you will not need to pass any additional credential or header to authenticate the request.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for this job.
no setterinherited
resumable bool
Indicates this job is enabled the upload URL with support for resumable uploads.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status JobStatus
Current status of this job.
no setterinherited
type JobType
The type of the job, whether tweets or users.
no setterinherited
uploadExpiresAt DateTime
The date and time until which the upload URL will be available (usually 15 minutes from the request time).
no setterinherited
uploadUrl String
A URL representing the location where to upload IDs consumed by your app. This URL is already signed with an authentication key, so you will not need to pass any additional credentials or headers to authenticate the request.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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