pub type OpEnvSetWithKeyRequest = OpEnvSetWithKeyOutputRequest;Aliased Type§
pub struct OpEnvSetWithKeyRequest {
pub common: OpEnvOutputRequestCommon,
pub path: Option<String>,
pub key: String,
pub value: ObjectId,
pub prev_value: Option<ObjectId>,
pub auto_insert: bool,
}Fields§
§common: OpEnvOutputRequestCommon§path: Option<String>§key: String§value: ObjectId§prev_value: Option<ObjectId>§auto_insert: bool