Class CreateSnapshotDataAttributesRequest

Attributes for snapshot creation.

Hierarchy

  • CreateSnapshotDataAttributesRequest

Constructors

Properties

Additional configuration options for snapshot creation.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
end: number

End of the time window for the snapshot, in milliseconds since Unix epoch.

height?: number

The height of the rendered snapshot in pixels.

isAuthenticated?: boolean

Whether the snapshot requires authentication to view. Authenticated snapshots are scoped to the creating organization.

start: number

Start of the time window for the snapshot, in milliseconds since Unix epoch.

The time-to-live for the snapshot. This value corresponds to storage lifecycle policies that automatically delete the snapshot after the specified period.

widgetDefinition: {
    [key: string]: any;
}

The widget definition to render as a snapshot. Must include a valid type field and non-empty requests array.

Type declaration

  • [key: string]: any
width?: number

The width of the rendered snapshot in pixels.

Generated using TypeDoc