mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
make regen-apis
This commit is contained in:
@@ -30,3 +30,6 @@ pub use method_builders::*;
|
||||
|
||||
mod call_builders;
|
||||
pub use call_builders::*;
|
||||
|
||||
mod enums;
|
||||
pub use enums::*;
|
||||
|
||||
@@ -56,7 +56,7 @@ pub struct Execution {
|
||||
/// The call logging level associated to this execution.
|
||||
#[serde(rename="callLogLevel")]
|
||||
|
||||
pub call_log_level: Option<String>,
|
||||
pub call_log_level: Option<ExecutionCallLogLevelEnum>,
|
||||
/// Output only. Measures the duration of the execution.
|
||||
|
||||
#[serde_as(as = "Option<::client::serde::duration::Wrapper>")]
|
||||
@@ -80,7 +80,7 @@ pub struct Execution {
|
||||
pub start_time: Option<client::chrono::DateTime<client::chrono::offset::Utc>>,
|
||||
/// Output only. Current state of the execution.
|
||||
|
||||
pub state: Option<String>,
|
||||
pub state: Option<ExecutionStateEnum>,
|
||||
/// Output only. Status tracks the current steps and progress data of this execution.
|
||||
|
||||
pub status: Option<Status>,
|
||||
|
||||
Reference in New Issue
Block a user