Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["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-13 UTC."],[[["This document describes the JSON representation of metadata returned by the SdfDownloadTaskService.CreateSdfDownloadTask."],["The metadata includes information about the creation and completion times of the operation."],["It also specifies the SDF version used for the download task."]]],["The `metadata` type returned by `SdfDownloadTaskService.CreateSdfDownloadTask` includes details about a download task. It is represented in JSON with fields for `createTime`, which is the operation's start time in RFC 3339 format; `endTime`, representing the completion time, also in RFC 3339 format; and `version`, specifying the SDF version utilized during the download. Each timestamp string can include varying fractional digits and accepted time offsets.\n"]]