InboxConfig
STRUCT
Contents
- Properties
images
locale
theme
- Methods
init(images:locale:theme:)
public struct InboxConfig: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/InboxConfig
.
Properties
images
public var images: Components.Schemas.InboxConfig.imagesPayload?
- Remark: Generated from
#/components/schemas/InboxConfig/images
.
locale
public var locale: Swift.String?
- Remark: Generated from
#/components/schemas/InboxConfig/locale
.
theme
public var theme: Components.Schemas.InboxConfig.themePayload?
- Remark: Generated from
#/components/schemas/InboxConfig/theme
.
Methods
init(images:locale:theme:)
public init(
images: Components.Schemas.InboxConfig.imagesPayload? = nil,
locale: Swift.String? = nil,
theme: Components.Schemas.InboxConfig.themePayload? = nil
)
Creates a new InboxConfig
.
- Parameters:
- images:
- locale:
- theme:
Parameters
Name | Description |
---|---|
images | |
locale | |
theme |