mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): fetch latest json and re-gen all code
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
|
||||
//! This documentation was generated from *AdSense Host* crate version *1.0.0+20160907*, where *20160907* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v1.0.0*.
|
||||
//! This documentation was generated from *AdSense Host* crate version *1.0.0+20161206*, where *20161206* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v1.0.0*.
|
||||
//!
|
||||
//! Everything else about the *AdSense Host* *v4d1* API can be found at the
|
||||
//! [official documentation site](https://developers.google.com/adsense/host/).
|
||||
|
||||
@@ -313,7 +313,7 @@ impl ResponseResult for AdClients {}
|
||||
///
|
||||
#[derive(Default, Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct AdStyle {
|
||||
/// The style of the corners in the ad. Possible values are SQUARE, SLIGHTLY_ROUNDED and VERY_ROUNDED.
|
||||
/// The style of the corners in the ad (deprecated: never populated, ignored).
|
||||
pub corners: Option<String>,
|
||||
/// The colors included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.
|
||||
pub colors: Option<AdStyleColors>,
|
||||
|
||||
Reference in New Issue
Block a user