Record Class GatewayService.EmailRequestFile

java.lang.Object
java.lang.Record
ch.rswk.meta.engine.GatewayService.EmailRequestFile
Record Components:
attachment - if true, treat content as base64 encoded byte array
Enclosing class:
GatewayService

public static record GatewayService.EmailRequestFile(boolean attachment, String content, @Nullable Map<String,String> headers, @Nullable String name, String type) extends Record