blob: 4675966fbf41da4fa1456fec1fa7d43c57c16dd7 [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 GetEventRuleResponse : 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 GetEventRuleResponseBody Body { get; set; }
}
}