ArrayOfSlackTokenResponses
STRUCT
Contents
- Properties
data
links
- Methods
init(data:links:)
public struct ArrayOfSlackTokenResponses: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/ArrayOfSlackTokenResponses
.
Properties
data
public var data: [Components.Schemas.SlackTokenResponse]?
- Remark: Generated from
#/components/schemas/ArrayOfSlackTokenResponses/data
.
links
public var links: Components.Schemas.Links?
- Remark: Generated from
#/components/schemas/ArrayOfSlackTokenResponses/links
.
Methods
init(data:links:)
public init(
data: [Components.Schemas.SlackTokenResponse]? = nil,
links: Components.Schemas.Links? = nil
)
Creates a new ArrayOfSlackTokenResponses
.
- Parameters:
- data:
- links:
Parameters
Name | Description |
---|---|
data | |
links |