pub type OpEnvCreateNewRequest = OpEnvCreateNewOutputRequest;
Aliased Type§
struct OpEnvCreateNewRequest {
pub common: OpEnvOutputRequestCommon,
pub path: Option<String>,
pub key: Option<String>,
pub content_type: ObjectMapSimpleContentType,
pub owner: Option<ObjectMapField>,
pub dec: Option<ObjectMapField>,
}
Fields§
§common: OpEnvOutputRequestCommon
§path: Option<String>
§key: Option<String>
§content_type: ObjectMapSimpleContentType
§owner: Option<ObjectMapField>
§dec: Option<ObjectMapField>