blob: c9b38b4ae0d13cdd3f8aad5080fe422c93af6299 [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 ListApiDestinationsResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=false)]
public Dictionary<string, string> Headers { get; set; }
[NameInMap("statusCode")]
[Validation(Required=false)]
public int? StatusCode { get; set; }
[NameInMap("body")]
[Validation(Required=false)]
public ListApiDestinationsResponseBody Body { get; set; }
}
}