lib/types/header.ex

defmodule CWMP.Protocol.Messages.Header do
  @derive [Poison.Encoder]
  defstruct id: nil,
            hold_requests: false,
            session_timeout: 30,
            no_more_requests: false # Can't find this in spec anywhere
end