projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/classes/attachment.model.ts
AObject
Properties |
| BodyLength |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'BodyLength'})
|
| ContentType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ContentType'})
|
| CreatedById |
Type : any
|
Default value : null
|
Decorators :
@Expose({name: 'CreatedById'})
|
| Description |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Description'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Name'})
|
| ParentId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ParentId'})
|