/// /// PlugpagStyleData.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2025 Marc Rousavy @ Margelo /// package com.margelo.nitro.plugpagnitro import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip import com.margelo.nitro.core.* /** * Represents the JavaScript object/struct "PlugpagStyleData". */ @DoNotStrip @Keep data class PlugpagStyleData @DoNotStrip @Keep constructor( @DoNotStrip @Keep val headTextColor: String?, @DoNotStrip @Keep val headBackgroundColor: String?, @DoNotStrip @Keep val contentTextColor: String?, @DoNotStrip @Keep val contentTextValue1Color: String?, @DoNotStrip @Keep val contentTextValue2Color: String?, @DoNotStrip @Keep val positiveButtonTextColor: String?, @DoNotStrip @Keep val positiveButtonBackground: String?, @DoNotStrip @Keep val negativeButtonTextColor: String?, @DoNotStrip @Keep val negativeButtonBackground: String?, @DoNotStrip @Keep val genericButtonBackground: String?, @DoNotStrip @Keep val genericButtonTextColor: String?, @DoNotStrip @Keep val genericSmsEditTextBackground: String?, @DoNotStrip @Keep val genericSmsEditTextTextColor: String?, @DoNotStrip @Keep val lineColor: String? ) { /* main constructor */ }