ImageLocation

Contains an image that is uploaded to IoT SiteWise and available at a URL.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the image.

Link copied to clipboard
val url: String

The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image

Functions

Link copied to clipboard
inline fun copy(block: ImageLocation.Builder.() -> Unit = {}): ImageLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String