Teams Account Block Page Args
data class TeamsAccountBlockPageArgs(val backgroundColor: Output<String>? = null, val enabled: Output<Boolean>? = null, val footerText: Output<String>? = null, val headerText: Output<String>? = null, val logoPath: Output<String>? = null, val mailtoAddress: Output<String>? = null, val mailtoSubject: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<TeamsAccountBlockPageArgs>
Constructors
Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, enabled: Output<Boolean>? = null, footerText: Output<String>? = null, headerText: Output<String>? = null, logoPath: Output<String>? = null, mailtoAddress: Output<String>? = null, mailtoSubject: Output<String>? = null, name: Output<String>? = null)