Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 617 Bytes

image-by-name-info.md

File metadata and controls

29 lines (21 loc) · 617 Bytes

Image by Name Info

Structure

ImageByNameInfo

Fields

Name Type Tags Description
name string Optional Gets or sets the name.
theme string Optional Gets or sets the theme.
context string Optional Gets or sets the context.
file_length long|int Optional Gets or sets the length of the file.
format string Optional Gets or sets the format.

Example (as JSON)

{
  "Name": null,
  "Theme": null,
  "Context": null,
  "FileLength": null,
  "Format": null
}