업데이트할 필드의 새 값만 포함된 업데이트된 버전의 애셋입니다. 'start_time', 'end_time', 'properties' 필드만 업데이트할 수 있습니다. 값이 'updateMask'에 이름이 지정되었지만 'asset'에서 설정되지 않은 경우 해당 값이 애셋에서 삭제됩니다.
updateFields
List<String>
업데이트할 필드 이름 목록입니다. 여기에는 다음이 포함될 수 있습니다.해당 타임스탬프를 업데이트하는 'start_time' 또는 'end_time'
지정된 속성을 업데이트하는 'properties.PROPERTY_NAME'
모든 속성을 업데이트하는 'properties' 목록이 비어 있으면 모든 속성과 타임스탬프가 모두 업데이트됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[],["This function updates an existing asset, requiring the user to be a writer or owner. It accepts the `assetId`, an `asset` object containing new field values, and a list of `updateFields`. Updatable fields include \"start_time\", \"end_time\", and \"properties\". Specifying a field in `updateFields` but not in `asset` deletes it. An empty `updateFields` list updates all properties and timestamps. The function returns an object, with an optional callback for asynchronous operation.\n"]]