mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(code-gen): update to latest version
Which is to be published
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 *dns* crate version *0.1.14+20160224*, where *20160224* is the exact revision of the *dns:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
|
||||
//! This documentation was generated from *dns* crate version *0.1.14+20160825*, where *20160825* is the exact revision of the *dns:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
|
||||
//!
|
||||
//! Everything else about the *dns* *v1* API can be found at the
|
||||
//! [official documentation site](https://developers.google.com/cloud-dns).
|
||||
|
||||
@@ -206,7 +206,7 @@ pub struct ManagedZone {
|
||||
/// Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
|
||||
#[serde(rename="nameServerSet")]
|
||||
pub name_server_set: Option<String>,
|
||||
/// User assigned name for this resource. Must be unique within the project. The name must be 1-32 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
|
||||
/// User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
|
||||
pub name: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user