blob: 93b3382b4b43b9603d1280b1dbd7d9af0837b278 [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 GetEventSourceRequest : 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; }
}
}