Values_0.CommandPayloadSourceThe command payload object that contains the instructions for the device to process.
type nonrec t = {content : CommandPayloadBlob.t option;The static payload file for the command.
*)contentType : MimeType.t option;The content type that specifies the format type of the payload file. This field must use a type/subtype format, such as application/json. For information about various content types, see Common MIME types.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Blob of CommandPayloadBlob.t | `String of MimeType.t ])
list ]