Update

概要 

アカウントを更新し、ステータスを返します。

構文 

Update(1)

関数のプロパティ 

序数説明
1string必須変更するアカウントに関する属性

例 

このサンプルコードは、外部キーで指定されたアカウントユーザーのパスワードを変更します。

1var acctUser = AccountUser.Init('myAccountUser', 123456789);
2var status = acctUser.Update({ "Password" : "XXXXX" });