SizeInfoDetailDto Data Type

Detail of a size info.

Properties
name data type description
size number Represented approximate size in bytes.
name string Name of the component.

Example

{
  "size" : 12345,
  "name" : "..."
}