LayoutSettingsRequest

data class LayoutSettingsRequest(    @Json(name = "name") val name: LayoutSettingsRequest.Name,     @Json(name = "detect_orientation") val detectOrientation: Boolean? = null,     @Json(name = "external_app_url") val externalAppUrl: String? = null,     @Json(name = "external_css_url") val externalCssUrl: String? = null,     @Json(name = "options") val options: Map<String, Any?>? = null)

Constructors

Link copied to clipboard
constructor(    @Json(name = "name") name: LayoutSettingsRequest.Name,     @Json(name = "detect_orientation") detectOrientation: Boolean? = null,     @Json(name = "external_app_url") externalAppUrl: String? = null,     @Json(name = "external_css_url") externalCssUrl: String? = null,     @Json(name = "options") options: Map<String, Any?>? = null)

Types

Link copied to clipboard
sealed class Name

Name Enum

Properties

Link copied to clipboard
Link copied to clipboard
val externalAppUrl: String? = null
Link copied to clipboard
val externalCssUrl: String? = null
Link copied to clipboard
Link copied to clipboard
val options: Map<String, Any?>? = null