blob: 64615a6d3b0ef52cccafd58a26aaac4d842dbeec [file] [log] [blame]
// This file is auto-generated, don't edit it. Thanks.
using System;
using System.Collections.Generic;
using System.IO;
using Tea;
namespace RocketMQ.Eventbridge.SDK.Models
{
public class DeleteConnectionRequest : TeaModel {
/// <summary>
/// <para>The name of the connection that you want to delete. This parameter is required.</para>
///
/// <b>Example:</b>
/// <para>connection-name</para>
/// </summary>
[NameInMap("connectionName")]
[Validation(Required=false)]
public string ConnectionName { get; set; }
}
}