| // 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 DeleteEventBusRequest : TeaModel { | |
| /// <summary> | |
| /// <para>The name of the event bus. This parameter is required.</para> | |
| /// | |
| /// <b>Example:</b> | |
| /// <para>MyEventBus</para> | |
| /// </summary> | |
| [NameInMap("eventBusName")] | |
| [Validation(Required=false)] | |
| public string EventBusName { get; set; } | |
| } | |
| } |