Type Alias TransGetContextInputResponse

Source
pub type TransGetContextInputResponse = TransGetContextOutputResponse;

Aliased Type§

struct TransGetContextInputResponse {
    pub context: NamedObjectBase<NamedObjType<TransContextDescContent, TransContextBodyContent>>,
}

Fields§

§context: NamedObjectBase<NamedObjType<TransContextDescContent, TransContextBodyContent>>