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.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// This file was generated automatically from 'src/generator/templates/api/lib.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
|
||||
//! This documentation was generated from *Domains RDAP* crate version *5.0.3+20230124*, where *20230124* is the exact revision of the *domainsrdap:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
|
||||
//! This documentation was generated from *Domains RDAP* crate version *5.0.3+20240304*, where *20240304* is the exact revision of the *domainsrdap:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
|
||||
//!
|
||||
//! Everything else about the *Domains RDAP* *v1* API can be found at the
|
||||
//! [official documentation site](https://developers.google.com/domains/rdap/).
|
||||
|
||||
Reference in New Issue
Block a user