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
/
PresetSetting
Preset
Setting
data
class
PresetSetting
(
val
id
:
Int
?
=
null
,
val
value
:
Int
?
=
null
,
val
isCaption
:
Boolean
?
=
null
,
val
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
:
Message
Members
Constructors
Preset
Setting
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
value
:
Int
?
=
null
,
isCaption
:
Boolean
?
=
null
,
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
MessageDescriptor
<
PresetSetting
>
id
Link copied to clipboard
val
id
:
Int
?
=
null
is
Caption
Link copied to clipboard
val
isCaption
:
Boolean
?
=
null
proto
Size
Link copied to clipboard
open
override
val
protoSize
:
Int
unknown
Fields
Link copied to clipboard
open
override
val
unknownFields
:
Map
<
Int
,
UnknownField
>
value
Link copied to clipboard
val
value
:
Int
?
=
null
Functions
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
Message
?
)
:
PresetSetting