Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SalesforceTable

Package version

interface

An interface representing SalesforceTable. Salesforce table.

Hierarchy

  • SalesforceTable

Index

Properties

Optional isProfile

isProfile: undefined | string
member

{string} [isProfile] Indicating whether this instance is profile.

tableCategory

tableCategory: string
member

{string} tableCategory The table category.

tableName

tableName: string
member

{string} tableName The name of the table.

Optional tableRemarks

tableRemarks: undefined | string
member

{string} [tableRemarks] The table remarks.

tableSchema

tableSchema: string
member

{string} tableSchema The table schema.

Generated using TypeDoc