Skip to main content

include/oadr3@schema_BlVenRequest.hrl

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