SegmentsResponse

Provides information about all the segments that are associated with an application.

Types

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

Properties

Link copied to clipboard

An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).

Link copied to clipboard

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

Functions

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