|
3 | 3 |
|
4 | 4 | ## Fields |
5 | 5 |
|
6 | | -| Field | Type | Required | Description | Example | |
7 | | -| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | |
8 | | -| `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Interview part created date | 2021-01-01T01:01:01.000Z | |
9 | | -| `end_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | The specific interview part's end date | 2021-01-01T18:00:00.000Z | |
10 | | -| `id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 | |
11 | | -| `interviewer_ids` | T::Array<*::String*> | :heavy_minus_sign: | N/A | | |
12 | | -| `meeting_provider` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | | |
13 | | -| `meeting_url` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | | |
14 | | -| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 | |
15 | | -| `start_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | The specific interview part's start date | 2021-01-01T17:00:00.000Z | |
16 | | -| `updated_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Interview part updated date | 2021-01-01T01:01:01.000Z | |
| 6 | +| Field | Type | Required | Description | Example | |
| 7 | +| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | |
| 8 | +| `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Interview part created date | 2021-01-01T01:01:01.000Z | |
| 9 | +| `end_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | The specific interview part's end date | 2021-01-01T18:00:00.000Z | |
| 10 | +| `id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 | |
| 11 | +| `interviewer_ids` | T::Array<*::String*> | :heavy_minus_sign: | The user (interviewer) IDs taking part in this specific interview. | [<br/>"cx28iQahdfDHa",<br/>"cx28iQokkD78das"<br/>] | |
| 12 | +| `meeting_provider` | *T.nilable(::String)* | :heavy_minus_sign: | The video meeting provider used for the interview. | zoom | |
| 13 | +| `meeting_url` | *T.nilable(::String)* | :heavy_minus_sign: | The meeting URL for the interview - this may be populated using the underlying location if the location string extracted is a valid url. | zoomus://zoom.us/join?confno=123456789 | |
| 14 | +| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 | |
| 15 | +| `start_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | The specific interview part's start date | 2021-01-01T17:00:00.000Z | |
| 16 | +| `title` | *T.nilable(::String)* | :heavy_minus_sign: | The title of interview, usually corresponding to the title of an associated calendar event | Interview (Informal Interview) - Elon and StackOne | |
| 17 | +| `type` | [T.nilable(::StackOne::Shared::InterviewPartType)](../../models/shared/interviewparttype.md) | :heavy_minus_sign: | N/A | | |
| 18 | +| `updated_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Interview part updated date | 2021-01-01T01:01:01.000Z | |
0 commit comments