Obrigatório. Lista de campos a serem atualizados. Os nomes dos campos precisam estar em Snake-Case (por exemplo, "field_to_update"). Os campos omitidos não serão atualizados. Para substituir a entidade inteira, use um caminho com a string "*" para corresponder a todos os campos.
É uma lista separada por vírgulas de nomes de campos totalmente qualificados. Exemplo: "user.displayName,photo".
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-02 UTC."],[[["Updates a Subproperty Event Filter using a PATCH request to a specified URL with gRPC Transcoding syntax."],["Requires specifying the `subpropertyEventFilter.name` as a path parameter to identify the filter to update and providing an `updateMask` query parameter to indicate the fields to modify."],["The request body should contain a `SubpropertyEventFilter` object with the desired updates, and the response body will contain the updated `SubpropertyEventFilter` if successful."],["Authorization is necessary using the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This documentation details updating a subproperty Event Filter via a `PATCH` HTTP request to a specified URL. The URL includes a path parameter, `subpropertyEventFilter.name`, to identify the filter. The `updateMask` query parameter specifies which fields to modify. The request and response bodies use the `SubpropertyEventFilter` structure. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. Users can interact with a try-it feature.\n"]]