Type Alias: GetResourceContentData
type GetResourceContentData = object;
Properties
body?
optional body?: never;
path
path: object;
resourceKey
resourceKey: ResourceKeyWritable;
The unique key identifying the RPA resource.
query?
optional query?: never;
url
url: "/resources/{resourceKey}/content";