GetTopicsResponse


class GetTopicsResponse


Represent the result from the getTopics API.

Summary

Public constructors

Public functions

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

Public properties

List<Topic>

Public constructors

GetTopicsResponse

Added in 1.0.0
GetTopicsResponse(topics: List<Topic>)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

topics

Added in 1.0.0
val topicsList<Topic>