@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias AssetDetailResponseJson

    from message yeying.api.asset.AssetDetailResponse

    type AssetDetailResponseJson = {
        body?: AssetDetailResponseBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.asset.AssetDetailResponseBody body = 2;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;