Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.48 KB

ApiResourceCoverageCoverage.md

File metadata and controls

20 lines (15 loc) · 1.48 KB

ApiResourceCoverageCoverage

Properties

Name Type Description Notes
downstream_id str ID of the resource in the Connector's API (downstream) [optional]
downstream_name str Name of the resource in the Connector's API (downstream) [optional]
pagination_supported bool Indicates if pagination (cursor and limit parameters) is supported on the list endpoint of the resource. [optional]
pagination PaginationCoverage [optional]
supported_operations [str] List of supported operations on the resource. [optional]
supported_filters [str] Supported filters on the list endpoint of the resource. [optional]
supported_sort_by [str] Supported sorting properties on the list endpoint of the resource. [optional]
supported_fields [SupportedProperty] Supported fields on the detail endpoint. [optional]
supported_list_fields [SupportedProperty] Supported fields on the list endpoint. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]