toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.portal.kotlin.outputs
/
TerminalSettingsResponse
Terminal
Settings
Response
data
class
TerminalSettingsResponse
(
val
fontSize
:
String
?
=
null
,
val
fontStyle
:
String
?
=
null
)
Settings for terminal appearance.
Members
Constructors
Terminal
Settings
Response
Link copied to clipboard
constructor
(
fontSize
:
String
?
=
null
,
fontStyle
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
font
Size
Link copied to clipboard
val
fontSize
:
String
?
=
null
Size of terminal font.
font
Style
Link copied to clipboard
val
fontStyle
:
String
?
=
null
Style of terminal font.