STRUCT
Contents
- Properties
app_id
auth_url
scopes
- Methods
init(app_id:auth_url:scopes:)
public struct SlackStartInstallResponseContent: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/SlackStartInstallResponseContent
.
public var app_id: Swift.String?
- Remark: Generated from
#/components/schemas/SlackStartInstallResponseContent/app_id
.
public var auth_url: Swift.String?
- Remark: Generated from
#/components/schemas/SlackStartInstallResponseContent/auth_url
.
public var scopes: [Swift.String]?
- Remark: Generated from
#/components/schemas/SlackStartInstallResponseContent/scopes
.
public init(
app_id: Swift.String? = nil,
auth_url: Swift.String? = nil,
scopes: [Swift.String]? = nil
)
Creates a new SlackStartInstallResponseContent
.
- Parameters:
- app_id:
- auth_url:
- scopes:
Name | Description |
---|---|
app_id | |
auth_url | |
scopes |