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