TemplatesInstallation

STRUCT

Contents

public struct TemplatesInstallation: Codable, Hashable, Sendable
  • Remark: Generated from #/components/schemas/TemplatesInstallation.

Properties

category

public var category: Swift.String?
  • Remark: Generated from #/components/schemas/TemplatesInstallation/category.

channel

public var channel: Swift.String
  • Remark: Generated from #/components/schemas/TemplatesInstallation/channel.

text

public var text: Swift.String
  • Remark: Generated from #/components/schemas/TemplatesInstallation/text.

Methods

init(category:channel:text:)

public init(
    category: Swift.String? = nil,
    channel: Swift.String,
    text: Swift.String
)

Creates a new TemplatesInstallation.

  • Parameters:
    • category:
    • channel:
    • text:

Parameters

Name Description
category
channel
text