Classic環境で利用できます。
ローンチ設定リストです。
構文
構文は次の通りです。
private Integer totalRows;
private List<LaunchConfiguration> launchConfigurationList = new ArrayList<LaunchConfiguration>();
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
totalRows |
Integer | Required | 照会されたリストの総数
|
launchConfigurationList |
List<LaunchConfiguration> | Required | ローンチ設定リスト
|