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