ReadResourceRawToSdk: {
    result: "success";
    value: string | null;
}

Type declaration

  • result: "success"
  • value: string | null

    値が存在しなかった場合、nullが返ります。 リソースの指定されたJSON Schemaに則るJSONの文字列化したものが返ります。