SalesforceTable interface
Salesforce table.
Properties
is |
Indicating whether this instance is profile. |
table |
The table category. |
table |
The name of the table. |
table |
The table remarks. |
table |
The table schema. |
Property Details
isProfile
Indicating whether this instance is profile.
isProfile?: string
Property Value
string
tableCategory
The table category.
tableCategory: string
Property Value
string
tableName
The name of the table.
tableName: string
Property Value
string
tableRemarks
The table remarks.
tableRemarks?: string
Property Value
string
tableSchema
The table schema.
tableSchema: string
Property Value
string