Enumeration PageFeedAssetServiceDownloadJobStatus

PageFeedAssetServiceDownloadJobStatusは、ページフィードアセットダウンロードジョブの実行状況を表します。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
PageFeedAssetServiceDownloadJobStatus displays status of page feed asset download jobs.
Although this field will be returned in the response, it will be ignored on input.
IN_PROGRESS
処理中Currently in progress of creating.
COMPLETED
処理完了Job has completed.
FIELDS_ERROR
ダウンロード不可能なフィールドの組み合わせを指定した場合のエラーError if invalid conbination.
TIMEOUT
タイムアウトTimeout occurred.
SYSTEM_ERROR
エラーSystem error occurred.
UNKNOWN
未知の値です。Unknown value.

Enumeration Members

Completed: "COMPLETED"
FieldsError: "FIELDS_ERROR"
InProgress: "IN_PROGRESS"
SystemError: "SYSTEM_ERROR"
Timeout: "TIMEOUT"
Unknown: "UNKNOWN"