IntentMetadata

Provides information about an intent.

Types

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

Properties

Link copied to clipboard
val createdDate: <Error class: unknown class>?

The date that the intent was created.

Link copied to clipboard

A description of the intent.

Link copied to clipboard
val lastUpdatedDate: <Error class: unknown class>?

The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.

Link copied to clipboard
val name: String?

The name of the intent.

Link copied to clipboard

The version of the intent.

Functions

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