Body interface
An interface representing Body.
description | Description of the list. |
metadata | Metadata of the list. |
name | Name of the list. |
Description of the list.
TypeScript
description?: string
Property Value
string
Metadata of the list.
TypeScript
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Name of the list.
TypeScript
name?: string
Property Value
string