Struct render_api::model::EnvGroup
source · pub struct EnvGroup {
pub env_vars: Option<Vec<EnvVar>>,
pub id: String,
pub name: String,
pub owner_id: String,
pub secret_files: Option<Vec<SecretFile>>,
pub service_links: Option<Vec<ServiceLink>>,
pub updated_at: Option<DateTime<Utc>>,
}
Fields§
§env_vars: Option<Vec<EnvVar>>
§id: String
§name: String
§owner_id: String
§secret_files: Option<Vec<SecretFile>>
§service_links: Option<Vec<ServiceLink>>
§updated_at: Option<DateTime<Utc>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for EnvGroup
impl<'de> Deserialize<'de> for EnvGroup
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more