Type for the response returned by [SdfDownloadTaskService.CreateSdfDownloadTask].
JSON representation
{"resourceName": string}
Fields
resourceName
string
A resource name to be used in media.download to Download the prepared files. Resource names have the format download/sdfdownloadtasks/media/{mediaId}. mediaId will be made available by the long running operation service once the task status is done.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["The response for CreateSdfDownloadTask is represented in JSON format using the `resourceName` field."],["The `resourceName` is a string that provides a path for downloading files through `media.download`, utilizing a `mediaId` generated upon task completion."]]],["The content describes the JSON representation and fields for the response of `SdfDownloadTaskService.CreateSdfDownloadTask`. The response includes a single field, `resourceName`, which is a string. This `resourceName` is utilized in `media.download` to retrieve the prepared files, following the format `download/sdfdownloadtasks/media/{mediaId}`. The `mediaId`, part of the resource name, becomes available when the long-running operation task is complete.\n"]]