mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Regen all remaining APIs with preproc - more changes than anticipated
This commit is contained in:
@@ -1397,14 +1397,13 @@ impl Part for DatasetAccess {}
|
||||
/// INT64: {type_kind="INT64"}
|
||||
/// ARRAY<STRING>: {type_kind="ARRAY", array_element_type="STRING"}
|
||||
/// STRUCT<x STRING, y ARRAY<DATE>>:
|
||||
/// {type_kind="STRUCT",
|
||||
/// struct_type={fields=[
|
||||
/// {name="x", type={type_kind="STRING"}},
|
||||
/// {name="y", type={type_kind="ARRAY", array_element_type="DATE"}}
|
||||
/// ]}}
|
||||
/// {type_kind="STRUCT",
|
||||
/// struct_type={fields=[
|
||||
/// {name="x", type={type_kind="STRING"}},
|
||||
/// {name="y", type={type_kind="ARRAY", array_element_type="DATE"}}
|
||||
/// ]}}
|
||||
///
|
||||
/// This type is not used in any activity, and only used as *part* of another schema.
|
||||
///
|
||||
#[derive(Default, Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct StandardSqlDataType {
|
||||
/// The fields of this struct, in order, if type_kind = "STRUCT".
|
||||
|
||||
Reference in New Issue
Block a user