usagefile

package
v3.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UploadDetail

type UploadDetail struct {
	Url       string `json:"url"`
	ExpiresAt int64  `json:"expires_at"`
	Object    string `json:"object"`
}

type UploadUrlRequestParams added in v3.36.0

type UploadUrlRequestParams struct {
	FileName string `json:"file_name"`
	MimeType string `json:"mime_type"`
}

type UsageFile

type UsageFile struct {
	Id                    string               `json:"id"`
	Name                  string               `json:"name"`
	MimeType              string               `json:"mime_type"`
	ErrorCode             string               `json:"error_code"`
	ErrorReason           string               `json:"error_reason"`
	Status                usageFileEnum.Status `json:"status"`
	TotalRecordsCount     int64                `json:"total_records_count"`
	ProcessedRecordsCount int64                `json:"processed_records_count"`
	FailedRecordsCount    int64                `json:"failed_records_count"`
	FileSizeInBytes       int64                `json:"file_size_in_bytes"`
	ProcessingStartedAt   int64                `json:"processing_started_at"`
	ProcessingCompletedAt int64                `json:"processing_completed_at"`
	UploadedBy            string               `json:"uploaded_by"`
	UploadedAt            int64                `json:"uploaded_at"`
	ErrorFilePath         string               `json:"error_file_path"`
	ErrorFileUrl          string               `json:"error_file_url"`
	UploadDetails         *UploadDetail        `json:"upload_details"`
	Object                string               `json:"object"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL