WebLocation

Provides the URL and domain information for the website that was cited when performing a web search.

Types

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

Properties

Link copied to clipboard

The domain that was cited when performing a web search.

Link copied to clipboard
val url: String?

The URL that was cited when performing a web search.

Functions

Link copied to clipboard
inline fun copy(block: WebLocation.Builder.() -> Unit = {}): WebLocation
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