2020-05-02 / 2335阅 / 悠然
给定要包含在响应中的字段数组,其中一些字段可能是nested.fields,确定是否应将提供的字段包含在响应主体中。
如果传入父字段,则该父字段中任何嵌套字段的存在都会导致该方法返回true。例如,如果提供title,title.raw或title.rendered中的任何一个,则“ title”将返回true。
(string)
(Required)
A field to test for inclusion in the response body.
(array)
(Required)
An array of string fields supported by the endpoint.
(bool) Whether to include the field or not.