blob: 20ccb2c8b93855597db9c9e258e8c6f52be6b03a [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 DisableEventRuleResponse : 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 DisableEventRuleResponseBody Body { get; set; }
}
}