pub type ContainerMetadata = ContainerMetadata;

Aliased Type§

struct ContainerMetadata {
    pub name: String,
    pub created_at: u64,
}

Fields§

§name: String

the container’s name

§created_at: u64

date and time container was created