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