$DmrClusterCertMatchingRuleResponse: {
    properties: {
        data: {
            type: "DmrClusterCertMatchingRule";
        };
        links: {
            type: "DmrClusterCertMatchingRuleLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    };
} = ...

Type declaration

  • properties: {
        data: {
            type: "DmrClusterCertMatchingRule";
        };
        links: {
            type: "DmrClusterCertMatchingRuleLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    }
    • data: {
          type: "DmrClusterCertMatchingRule";
      }
      • type: "DmrClusterCertMatchingRule"
    • links: {
          type: "DmrClusterCertMatchingRuleLinks";
      }
      • type: "DmrClusterCertMatchingRuleLinks"
    • meta: {
          isRequired: true;
          type: "SempMeta";
      }
      • isRequired: true
      • type: "SempMeta"