isNameImplicit property

  1. @JsonKey.new(name: 'is_name_implicit')
bool? get isNameImplicit
inherited

Optional. True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot

Implementation

@JsonKey(name: 'is_name_implicit')
bool? get isNameImplicit;