Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.11 KB

accountv1getmetaresponse.md

File metadata and controls

30 lines (25 loc) · 2.11 KB

AccountV1GetMetaResponse

Example Usage

import { AccountV1GetMetaResponse } from "@steamsets/client-ts/models/operations";

let value: AccountV1GetMetaResponse = {
  httpMeta: {
    response: new Response("{\"message\": \"hello world\"}", {
      headers: { "Content-Type": "application/json" },
    }),
    request: new Request("https://example.com"),
  },
  v1AccountMetaResponseBody: {
    dollarSchema:
      "https://api.steamsets.com/schemas/V1AccountMetaResponseBody.json",
    description: "reassuringly amongst wedge colorfully orientate",
    steamId: "<id>",
    title: "<value>",
  },
};

Fields

Field Type Required Description
httpMeta components.HTTPMetadata ✔️ N/A
v1AccountMetaResponseBody components.V1AccountMetaResponseBody OK