SlackInstallation.teamPayload

STRUCT

Contents

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

Properties

id

public var id: Swift.String
  • Remark: Generated from #/components/schemas/SlackInstallation/team/id.

name

public var name: Swift.String?
  • Remark: Generated from #/components/schemas/SlackInstallation/team/name.

Methods

init(id:name:)

public init(
    id: Swift.String,
    name: Swift.String? = nil
)

Creates a new teamPayload.

  • Parameters:
    • id:
    • name:

Parameters

Name Description
id
name