Skip to main content

include/oadr3@schema_BlResourceRequest.hrl

-record(bl_resource_request, {
    attributes :: gleam@option:option(list(oadr3@schema:values_map())),
    client_id :: binary(),
    object_type :: binary(),
    resource_name :: binary(),
    targets :: gleam@option:option(list(binary())),
    ven_id :: binary()
}).