Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StudioComponentSummary

import type { StudioComponentSummary } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";

The studio component's summary.

interface StudioComponentSummary {
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
name?: string | null;
studioComponentId?: string | null;
subtype?: StudioComponentSubtype | null;
type?: StudioComponentType | null;
updatedAt?: Date | number | null;
updatedBy?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The ISO timestamp in seconds for when the resource was created.

§
createdBy?: string | null
[src]

The user ID of the user that created the studio component.

§
description?: string | null
[src]

The description.

§
name?: string | null
[src]

The name for the studio component.

§
studioComponentId?: string | null
[src]

The unique identifier for a studio component resource.

§

The specific subtype of a studio component.

§

The type of the studio component.

§
updatedAt?: Date | number | null
[src]

The ISO timestamp in seconds for when the resource was updated.

§
updatedBy?: string | null
[src]

The user ID of the user that most recently updated the resource.