Represents an Image.

Constructors

Properties

Methods

Constructors

  • Creates a new instance of the class.

    Parameters

    • OptionalrawUrl: string

      The URL of the resource.

    Returns Image

Properties

rawUrl?: string

The URL of the resource.

Methods

  • Converts this Image to JSON.

    Returns {
        [k: string]: unknown;
    }

    JSON object

    • [k: string]: unknown