Board
Name | Type | Description | Notes |
---|---|---|---|
name | str | ||
id | str | [optional] [readonly] | |
created_at | datetime | Date and time of board creation. | [optional] [readonly] |
board_pins_modified_at | datetime | Date and time of last board pins modified. | [optional] [readonly] |
description | str, none_type | [optional] | |
collaborator_count | int | Count of collaborators on the board. | [optional] [readonly] |
pin_count | int | Count of pins on the board. | [optional] [readonly] |
follower_count | int | Board follower count. | [optional] [readonly] |
media | BoardMedia | [optional] | |
owner | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | [optional] [readonly] | |
privacy | str | Privacy setting for a board. Learn more about <a href="https://help.pinterest.com/en/article/secret-boards\">secret boards</a> and <a href="https://help.pinterest.com/en/business/article/protected-boards\">protected boards</a> | [optional] if omitted the server will use the default value of "PUBLIC" |
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] |