AutoModerationRuleUpdateBuilder constructor

AutoModerationRuleUpdateBuilder(
  1. {String? name,
  2. AutoModerationEventType? eventType,
  3. TriggerMetadataBuilder? metadata,
  4. List<AutoModerationActionBuilder>? actions,
  5. bool? isEnabled,
  6. List<Snowflake>? exemptRoleIds,
  7. List<Snowflake>? exemptChannelIds}
)

Implementation

AutoModerationRuleUpdateBuilder({
  this.name,
  this.eventType,
  this.metadata,
  this.actions,
  this.isEnabled,
  this.exemptRoleIds,
  this.exemptChannelIds,
});