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::*;
|
||||
|
||||
@@ -218,7 +218,7 @@ pub struct Workflow {
|
||||
pub source_contents: Option<String>,
|
||||
/// Output only. State of the workflow deployment.
|
||||
|
||||
pub state: Option<String>,
|
||||
pub state: Option<WorkflowStateEnum>,
|
||||
/// Output only. The timestamp for when the workflow was last updated.
|
||||
#[serde(rename="updateTime")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user