splashCardAlignment property

  1. @JsonKey.new(includeIfNull: false, name: 'splash_card_alignment')
GuildUpdateRequestSplashCardAlignmentSplashCardAlignment? splashCardAlignment
final

Alignment of the splash card (center, left, or right)

Implementation

@JsonKey(includeIfNull: false, name: 'splash_card_alignment')
final GuildUpdateRequestSplashCardAlignmentSplashCardAlignment?
splashCardAlignment;