Type Alias GlobalStateMetaAddLinkRequest

Source
pub type GlobalStateMetaAddLinkRequest = GlobalStateMetaAddLinkOutputRequest;

Aliased Type§

struct GlobalStateMetaAddLinkRequest {
    pub common: MetaOutputRequestCommon,
    pub source: String,
    pub target: String,
}

Fields§

§common: MetaOutputRequestCommon§source: String§target: String