STRUCT
Contents
- Properties
backgroundColor
borderRadius
fontFamily
fontSize
textColor
- Methods
init(backgroundColor:borderRadius:fontFamily:fontSize:textColor:)
public struct headerPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header
.
public var backgroundColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/backgroundColor
.
public var borderRadius: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/borderRadius
.
public var fontFamily: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/fontFamily
.
public var fontSize: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/fontSize
.
public var textColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/header/textColor
.
public init(
backgroundColor: Swift.String,
borderRadius: Swift.String,
fontFamily: Swift.String,
fontSize: Swift.String,
textColor: Swift.String
)
Creates a new headerPayload
.
- Parameters:
- backgroundColor:
- borderRadius:
- fontFamily:
- fontSize:
- textColor:
Name | Description |
---|---|
backgroundColor | |
borderRadius | |
fontFamily | |
fontSize | |
textColor |