User Properties Response
data class UserPropertiesResponse(val preferredLocation: String, val preferredOsType: String, val preferredShellType: String, val storageProfile: StorageProfileResponse, val terminalSettings: TerminalSettingsResponse)
The cloud shell user settings properties.
Constructors
Link copied to clipboard
fun UserPropertiesResponse(preferredLocation: String, preferredOsType: String, preferredShellType: String, storageProfile: StorageProfileResponse, terminalSettings: TerminalSettingsResponse)