'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public ReadOnly Property IncludeTags As List(Of String)
[DataMember()] [NotNull()] public List<string> IncludeTags {get;}
'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public ReadOnly Property IncludeTags As List(Of String)
[DataMember()] [NotNull()] public List<string> IncludeTags {get;}