blob: dd330fe0c50f4eed42c00dda3bd48dce4da5b2f8 [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 GetApiDestinationRequest : TeaModel {
/// <summary>
/// <para>The name of the API destination. This parameter is required.</para>
///
/// <b>Example:</b>
/// <para>api-destination-name</para>
/// </summary>
[NameInMap("apiDestinationName")]
[Validation(Required=false)]
public string ApiDestinationName { get; set; }
}
}