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