Type alias FileBatchResponse

FileBatchResponse: {
    attribute-name: string;
    element-hash: string;
    file-name: string;
    file-size: number;
    hash: string;
    is-public: boolean;
    is-relevant: boolean;
    links: RestApiLink[];
}[]

Type declaration

  • attribute-name: string
  • element-hash: string
  • file-name: string
  • file-size: number
  • hash: string
  • is-public: boolean
  • is-relevant: boolean
  • links: RestApiLink[]

Generated using TypeDoc