Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 3.42 KB

updaterecordresponsebody.md

File metadata and controls

32 lines (27 loc) · 3.42 KB

UpdateRecordResponseBody

Example Usage

import { UpdateRecordResponseBody } from "@vercel/sdk/models/updaterecordop.js";

let value: UpdateRecordResponseBody = {
  creator: "<value>",
  domain: "inferior-godparent.info",
  id: "<id>",
  name: "<value>",
  recordType: "HTTPS",
  type: "record-sys",
  value: "<value>",
};

Fields

Field Type Required Description
createdAt number N/A
creator string ✔️ N/A
domain string ✔️ N/A
id string ✔️ N/A
name string ✔️ N/A
recordType models.RecordType ✔️ N/A
ttl number N/A
type models.UpdateRecordDnsType ✔️ N/A
value string ✔️ N/A
comment string N/A