Struct gitlab::types::GroupStatistics [] [src]

pub struct GroupStatistics {
    pub storage_size: u64,
    pub repository_size: u64,
    pub lfs_objects_size: u64,
    pub build_artifacts_size: u64,
}

Statistics about a group.

Fields

The size, in bytes, of the total storage required for the group.

The size, in bytes, of all repositories in the group.

The size, in bytes, of uploaded LFS files in the group.

The size, in bytes, of uploaded build artifacts in the group.

Trait Implementations

impl Debug for GroupStatistics
[src]

Formats the value using the given formatter.

impl Clone for GroupStatistics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GroupStatistics
[src]