/// <summary>
 /// Initializes a new instance of the UpdateDeviceJobRequest class with
 /// required arguments.
 /// </summary>
 public UpdateDeviceJobRequest(DeviceJobAction deviceJobAction)
     : this()
 {
     this.DeviceJobAction = deviceJobAction;
 }
 /// <summary>
 /// Initializes a new instance of the UpdateDeviceJobRequest class with
 /// required arguments.
 /// </summary>
 public UpdateDeviceJobRequest(DeviceJobAction deviceJobAction)
     : this()
 {
     this.DeviceJobAction = deviceJobAction;
 }