AssetFileSummary

Summary of a file within an asset, including its path, version, and timestamps.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp when this file was created

Link copied to clipboard

The metadata for this file

Link copied to clipboard

The path of this file within the asset

Link copied to clipboard

Timestamp when this file was last updated

Link copied to clipboard

The asset version this file belongs to

Functions

Link copied to clipboard
inline fun copy(block: AssetFileSummary.Builder.() -> Unit = {}): AssetFileSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String