ResourceRecord

更新时间:
复制 MD 格式

名称

类型

描述

示例值

object

资源记录。

id

string

记录 ID。创建或批量写入时不传该字段,由服务端自动生成;传入时使用指定 ID。

record-001

tag

string

记录标签。

production

value

string

记录内容,为 JSON 对象编码后的字符串。

{"key":"value"}

createTime

integer

记录创建时间,Unix 时间戳,单位为秒。该字段仅在响应中返回。

1787800000

lastModifyTime

integer

记录最后修改时间,Unix 时间戳,单位为秒。该字段仅在响应中返回。

1787803600