Class JsonGuildScheduledEventRecurrenceRule
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonGuildScheduledEventRecurrenceRule
- Inheritance
-
JsonGuildScheduledEventRecurrenceRule
- Inherited Members
-
Constructors
JsonGuildScheduledEventRecurrenceRule()
public JsonGuildScheduledEventRecurrenceRule()
Properties
ByMonth
[JsonPropertyName("by_month")]
public GuildScheduledEventRecurrenceRuleMonth[]? ByMonth { get; set; }
Property Value
- GuildScheduledEventRecurrenceRuleMonth[]
ByMonthDay
[JsonPropertyName("by_month_day")]
public int[]? ByMonthDay { get; set; }
Property Value
- int[]
ByNWeekday
[JsonPropertyName("by_n_weekday")]
public JsonGuildScheduledEventRecurrenceRuleNWeekday[]? ByNWeekday { get; set; }
Property Value
- JsonGuildScheduledEventRecurrenceRuleNWeekday[]
ByWeekday
[JsonPropertyName("by_weekday")]
public GuildScheduledEventRecurrenceRuleWeekday[]? ByWeekday { get; set; }
Property Value
- GuildScheduledEventRecurrenceRuleWeekday[]
ByYearDay
[JsonPropertyName("by_year_day")]
public int[]? ByYearDay { get; set; }
Property Value
- int[]
Count
[JsonPropertyName("count")]
public int? Count { get; }
Property Value
- int?
EndAt
[JsonPropertyName("end")]
public DateTimeOffset? EndAt { get; set; }
Property Value
- DateTimeOffset?
Frequency
[JsonPropertyName("frequency")]
public GuildScheduledEventRecurrenceRuleFrequency Frequency { get; set; }
Property Value
- GuildScheduledEventRecurrenceRuleFrequency
Interval
[JsonPropertyName("interval")]
public int Interval { get; set; }
Property Value
- int
StartAt
[JsonPropertyName("start")]
public DateTimeOffset? StartAt { get; set; }
Property Value
- DateTimeOffset?