PropertySummary

This is an object that contains the information of a property.

Types

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

Properties

Link copied to clipboard

This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.

Link copied to clipboard

This is the schema for the property.

Link copied to clipboard

This is the name of the property.

Link copied to clipboard

This is the value for the property.

Functions

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