kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.merino
/
SectionSettings
Section
Settings
data
class
SectionSettings
(
var
sectionId
:
String
,
var
isFollowed
:
Boolean
,
var
isBlocked
:
Boolean
)
Members
Constructors
Section
Settings
Link copied to clipboard
constructor
(
sectionId
:
String
,
isFollowed
:
Boolean
,
isBlocked
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Blocked
Link copied to clipboard
var
isBlocked
:
Boolean
is
Followed
Link copied to clipboard
var
isFollowed
:
Boolean
section
Id
Link copied to clipboard
var
sectionId
:
String