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 Display & Video 360 API v4, currently in beta, utilizes a JSON representation for responses from the `SdfDownloadTaskService.CreateSdfDownloadTask`. This response contains a `resourceName` field, a string formatted as `download/sdfdownloadtasks/media/{mediaId}`. This `resourceName` is crucial for downloading prepared files via `media.download`. The `mediaId`, part of the resource name, is provided by the long-running operation service after task completion.\n"]]