Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 934 Bytes

Theme.md

File metadata and controls

15 lines (11 loc) · 934 Bytes

Theme

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
begin_at \DateTime Timestamp for when this theme becomes active. Null=always [optional]
end_at \DateTime Timestamp for when this theme expires. Null=never [optional]
id string Unique Id [optional]
name string Name of theme. Can only be alphanumeric and underscores. [optional]
settings \Swagger\Client\Model\ThemeSettings Hash of name/value pairs for theme settings. These names get validated. [optional]

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