/// <summary>
 /// Initializes a new instance of the
 /// GatewayConnectDisconnectOrTestParameters class with required
 /// arguments.
 /// </summary>
 public GatewayConnectDisconnectOrTestParameters(GatewayConnectionUpdateOperation operation)
     : this()
 {
     this.Operation = operation;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// GatewayConnectDisconnectOrTestParameters class with required
 /// arguments.
 /// </summary>
 public GatewayConnectDisconnectOrTestParameters(GatewayConnectionUpdateOperation operation)
     : this()
 {
     this.Operation = operation;
 }