Type Alias TransGetContextResponse

Source
pub type TransGetContextResponse = TransGetContextOutputResponse;

Aliased Type§

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

Fields§

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