Open GoPro SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Open GoPro SDK
Open GoPro SDK
/
com.gopro.open_gopro.operations
/
UpdateCustomPresetRequest
Update
Custom
Preset
Request
@
Serializable
data
class
UpdateCustomPresetRequest
(
val
name
:
String
?
=
null
,
val
iconId
:
Int
?
=
null
,
val
titleId
:
Int
?
=
null
)
Members
Constructors
Update
Custom
Preset
Request
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
iconId
:
Int
?
=
null
,
titleId
:
Int
?
=
null
)
Properties
icon
Id
Link copied to clipboard
@
SerialName
(
value
=
"icon_id"
)
val
iconId
:
Int
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"custom_name"
)
val
name
:
String
?
=
null
title
Id
Link copied to clipboard
@
SerialName
(
value
=
"title_id"
)
val
titleId
:
Int
?
=
null