ManagementUploadsResource class

Constructors

ManagementUploadsResource(ApiRequester client)

Properties

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

Methods

deleteUploadData(AnalyticsDataimportDeleteUploadDataRequest request, String accountId, String webPropertyId, String customDataSourceId, {String? $fields}) Future<void>
Delete data associated with a previous upload.
get(String accountId, String webPropertyId, String customDataSourceId, String uploadId, {String? $fields}) Future<Upload>
List uploads to which the user has access.
list(String accountId, String webPropertyId, String customDataSourceId, {int? maxResults, int? startIndex, String? $fields}) Future<Uploads>
List uploads to which the user has access.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadData(String accountId, String webPropertyId, String customDataSourceId, {String? $fields, UploadOptions uploadOptions = commons.UploadOptions.defaultOptions, Media? uploadMedia}) Future<Upload>
Upload data for a custom data source.

Operators

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