make regen-apis

This commit is contained in:
OMGeeky
2023-10-23 12:55:17 +02:00
parent 8fc78fe0ae
commit c356d5fd0e
887 changed files with 9716 additions and 8753 deletions

View File

@@ -116,7 +116,7 @@ pub struct Environment {
pub ssh_username: Option<String>,
/// Output only. Current execution state of this environment.
pub state: Option<String>,
pub state: Option<EnvironmentStateEnum>,
/// Output only. Host to which clients can connect to initiate HTTPS or WSS connections with the environment.
#[serde(rename="webHost")]