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

    Type Alias DeleteNamespaceRequestJson

    from message yeying.api.asset.DeleteNamespaceRequest

    type DeleteNamespaceRequestJson = {
        body?: DeleteNamespaceRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

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

    header?: MessageHeaderJson

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