Type Alias GlobalStateMetaAddObjectMetaRequest

Source
pub type GlobalStateMetaAddObjectMetaRequest = GlobalStateMetaAddObjectMetaOutputRequest;

Aliased Type§

struct GlobalStateMetaAddObjectMetaRequest {
    pub common: MetaOutputRequestCommon,
    pub item: GlobalStateObjectMetaItem,
}

Fields§

§common: MetaOutputRequestCommon§item: GlobalStateObjectMetaItem