[null,null,["Last updated 2025-04-09 UTC."],[],[],null,["# meet::VideoAssignmentResponse Struct Reference\n\nmeet::VideoAssignmentResponse\n=============================\n\n| **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. \n|\n| **To use the Meet Media API to access real-time media from a conference, the Google Cloud project, OAuth principal, and all participants in the conference must be enrolled in the Developer Preview Program.**\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [request_id](#structmeet_1_1_video_assignment_response_1aed326b96530e21b761a7b7336d3b3bac)` = 0` | `int64_t` The request ID in the request this is the response to. |\n| [set_assignment](#structmeet_1_1_video_assignment_response_1af4997d8ae178b16d7c44b2a76e2aa1db) | `std::optional\u003c `[SetVideoAssignmentResponse](/workspace/meet/media-api/reference/cpp/struct/meet/video-assignment-response/set-video-assignment-response#structmeet_1_1_video_assignment_response_1_1_set_video_assignment_response)` \u003e` |\n| [status](#structmeet_1_1_video_assignment_response_1a5c29ade7f620c24f73bddf745961d084) | `absl::Status` The response status for this request. |\n\n| ### Structs ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [meet::VideoAssignmentResponse::SetVideoAssignmentResponse](/workspace/meet/media-api/reference/cpp/struct/meet/video-assignment-response/set-video-assignment-response) | |\n\nPublic attributes\n-----------------\n\n### request_id\n\n```c++\nint64_t meet::VideoAssignmentResponse::request_id = 0\n``` \nThe request ID in the request this is the response to. \n\n### set_assignment\n\n```c++\nstd::optional\u003c SetVideoAssignmentResponse \u003e meet::VideoAssignmentResponse::set_assignment\n``` \n\n### status\n\n```c++\nabsl::Status meet::VideoAssignmentResponse::status\n``` \nThe response status for this request.\n\nThis should be used by clients to determine the RPC result."]]