Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.65 KB

v1updateimage.md

File metadata and controls

19 lines (14 loc) · 1.65 KB

V1UpdateImage

Example Usage

import { V1UpdateImage } from "@steamsets/client-ts/models/components";

let value: V1UpdateImage = {
  active: true,
  imageId: "123456",
};

Fields

Field Type Required Description Example
active boolean ✔️ Whether the image is active or not, only one of each type can be active true
imageId string ✔️ The image id to update 123456