Class ImageReference
A reference to an image, either by file ID or base64-encoded data.
public class ImageReference
- Inheritance
-
objectImageReference
Properties
FileId
Optional. File ID for this image.
public string FileId { get; set; }
Property Value
- string
ImageUrl
Optional. Base64-encoded image.
public string ImageUrl { get; set; }
Property Value
- string