Share via


Body interface

An interface representing Body.

Properties

description

Description of the list.

metadata

Metadata of the list.

name

Name of the list.

Property Details

description

Description of the list.

TypeScript
description?: string

Property Value

string

metadata

Metadata of the list.

TypeScript
metadata?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

name

Name of the list.

TypeScript
name?: string

Property Value

string