分割点に関する場所情報を指定します。
データ構造
message SplitLocation {
required string location = 1;
required sint64 repeat = 2;
}パラメーター | 型 | 必須 | 説明 |
location | string | はい | 分割点の場所。 |
repeat | sint64 | はい | 分割点が繰り返される回数。 |
分割点に関する場所情報を指定します。
message SplitLocation {
required string location = 1;
required sint64 repeat = 2;
}パラメーター | 型 | 必須 | 説明 |
location | string | はい | 分割点の場所。 |
repeat | sint64 | はい | 分割点が繰り返される回数。 |