Vridlo/types/RpmName
< Vridlo/types
Revision as of 22:13, 4 December 2019 by Majioa (talk | contribs) (Created page with "'''RpmName''' is read-only structure that represents RPM file name model, which binds RPM file containment data and SourcePath...")
RpmName is read-only structure that represents RPM file name model, which binds RPM file containment data and SourcePath. It is described as:
- branch_path_slug is string optional read-only
Branch path slug, which the RPM belongs to.
- filename is string mandatory read-only
File name of the rpm in the specified source path.
- obsoleted_at is string mandatory read-only
Obsolete time of RPM, so when it is presented, file no more exists in the branch path.
- rpm_slug is string mandatory read-only
Slug of the RPM file containment structure, which the file name belongs to.