AI-generated Key Takeaways
- 
          
The
mime_typefield specifies the MIME type of the image asset using theMimeTypeenum. - 
          
The
full_sizefield provides metadata for the image at its original size using theImageDimensiontype. - 
          
The
datafield contains the raw byte data of the image and is mutate only. - 
          
The
file_sizefield indicates the size of the image asset in bytes as an integer. 
An Image asset.
| Fields | |
|---|---|
 | 
                
                  
                   MIME type of the image asset.  | 
              
 | 
                
                  
                   Metadata for this image at its original size.  | 
              
 | 
                
                   
 The raw bytes data of an image. This field is mutate only.  | 
              
 | 
                
                   
 File size of the image asset in bytes.  |