Type Alias OpEnvInsertWithKeyRequest

Source
pub type OpEnvInsertWithKeyRequest = OpEnvInsertWithKeyOutputRequest;

Aliased Type§

struct OpEnvInsertWithKeyRequest {
    pub common: OpEnvOutputRequestCommon,
    pub path: Option<String>,
    pub key: String,
    pub value: ObjectId,
}

Fields§

§common: OpEnvOutputRequestCommon§path: Option<String>§key: String§value: ObjectId