Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.01 KB

File metadata and controls

15 lines (12 loc) · 1.01 KB

# ViewPost

Properties

Name Type Description Notes
key string Unique key for the view within the account/project
name string Human-readable name for the view
description string Optional detailed description of the view [optional] [default to '']
generate_sdk_keys bool Whether to generate SDK keys for this view [optional] [default to false]
maintainer_id string Member ID of the maintainer for this view. Only one of `maintainerId` or `maintainerTeamKey` can be specified. [optional]
maintainer_team_key string Key of the maintainer team for this view. Only one of `maintainerId` or `maintainerTeamKey` can be specified. [optional]
tags string[] Tags associated with this view [optional]

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