STRUCT
Contents
- Properties
id
name
- Methods
init(id:name:)
public struct teamPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/SlackInstallation/team
.
public var id: Swift.String
- Remark: Generated from
#/components/schemas/SlackInstallation/team/id
.
public var name: Swift.String?
- Remark: Generated from
#/components/schemas/SlackInstallation/team/name
.
public init(
id: Swift.String,
name: Swift.String? = nil
)
Creates a new teamPayload
.
- Parameters:
- id:
- name:
Name | Description |
---|---|
id | |
name |