Rtoaster
core
/
jp.co.brainpad.rtoaster.core.data
/
RtoasterAccount
Rtoaster
Account
data
class
RtoasterAccount
(
val
trackingId
:
String
,
val
userName
:
String
,
val
password
:
String
)
Rtoasterへのアクセスに必要なアカウント情報を収納するためのデータクラス
Constructors
Properties
Constructors
Rtoaster
Account
Link copied to clipboard
fun
RtoasterAccount
(
trackingId
:
String
,
userName
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
認証パスワード
tracking
Id
Link copied to clipboard
val
trackingId
:
String
トラッキングID
user
Name
Link copied to clipboard
val
userName
:
String
認証ユーザー名