CMS Source Code No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

OpenAPI spec version: v3

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Constructors

Properties

archivedAt?: number

Timestamp of when the object was archived (deleted).

children?: string[]

If the object is a folder, contains the filenames of the files within the folder.

createdAt: number

Timestamp of when the object was first created.

folder: boolean

Determines whether or not this path points to a folder.

hash?: string
id: string

The path of the file in the CMS Developer File System.

name: string

The name of the file.

updatedAt: number

Timestamp of when the object was last updated.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]