Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.08 KB

Board.md

File metadata and controls

18 lines (15 loc) · 1.08 KB

Board

Properties

Name Type Description Notes
url string The link to the current resource [optional]
id int Id of the board [optional]
organization \Membercare\Client\Model\SimpleOrganization [optional]
name string Name of board [optional]
primary bool Primary status of board [optional]
data_access bool Determines whether or not the board has access to the members data [optional]
start_date \DateTime The start date of the board [optional]
end_date \DateTime The end date of the board [optional]
valid bool Denotes whether the boards is still active [optional]
board_category \Membercare\Client\Model\BoardCategory [optional]

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