AppFunctionResponseMetadata


class AppFunctionResponseMetadata


Represents an AppFunction's response metadata.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

AppFunctionDataTypeMetadata

The schema of the return value type.

Public constructors

AppFunctionResponseMetadata

Added in 1.0.0-alpha01
AppFunctionResponseMetadata(valueType: AppFunctionDataTypeMetadata)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

valueType

Added in 1.0.0-alpha01
val valueTypeAppFunctionDataTypeMetadata

The schema of the return value type.