// 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 GetConnectionRequest : TeaModel { | |
/// <summary> | |
/// <para>The connection name. This parameter is required.</para> | |
/// | |
/// <b>Example:</b> | |
/// <para>connection-name</para> | |
/// </summary> | |
[NameInMap("connectionName")] | |
[Validation(Required=false)] | |
public string ConnectionName { get; set; } | |
} | |
} |