mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
regen all APIs
This commit is contained in:
@@ -170,7 +170,7 @@ pub struct HttpBody {
|
||||
pub content_type: Option<String>,
|
||||
/// The HTTP request/response body as raw binary.
|
||||
|
||||
#[serde_as(as = "Option<::client::serde::urlsafe_base64::Wrapper>")]
|
||||
#[serde_as(as = "Option<::client::serde::standard_base64::Wrapper>")]
|
||||
pub data: Option<Vec<u8>>,
|
||||
/// Application specific response metadata. Must be set in the first response for streaming APIs.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user