SplashIntroScreenResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the splash intro screen. | [default to null] |
| in_order | Integer | Display order of the splash intro screen. | [default to null] |
| title | String | Title of the splash intro screen. | [default to null] |
| description | String | Description text of the splash intro screen. | [default to null] |
| photo | String | Optional photo URL for the splash intro screen. | [optional] [default to null] |
| onboarding_type | RoleType | Role type this splash intro applies to. | [default to null] |
| is_active | Boolean | Whether the splash intro screen is active. | [default to null] |
| created_at | String | Timestamp when the splash intro screen was created. | [default to null] |
| updated_at | String | Timestamp when the splash intro screen was last updated. | [default to null] |