Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.1 KB

Schemas.TemplatesInstallation.md

File metadata and controls

69 lines (49 loc) · 1.1 KB

STRUCT

Schemas.TemplatesInstallation

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