TrackResponse
public struct TrackResponse : Codable
                Track API のレスポンス情報を保持する構造体です。
SDK内部で利用するタイプであり、通常のSDK利用でこちらのタイプを利用することはありません。
- 
                  
                  
リクエスト成否
Declaration
Swift
public var success: Int - 
                  
                  
ステータス
Declaration
Swift
public var status: Int - 
                  
                  
レスポンス
Declaration
Swift
public var response: Response? - 
                  
                  
エラー
Declaration
Swift
public var error: String? - 
                  
                  
Declaration
Swift
struct Response : Codable 
View on GitHub
Install in Dash
        TrackResponse Structure Reference