ProjectsLocationsAppsChangelogsListOptions
import type { ProjectsLocationsAppsChangelogsListOptions } from "https://googleapis.deno.dev/v1/ces:v1.ts";Additional options for ces#projectsLocationsAppsChangelogsList.
§Properties
Optional. Filter to be applied when listing the changelogs. See
https://google.aip.dev/160 for more details. The filter string can be used
to filter by action, resource_type, resource_name, author, and
create_time. The : comparator can be used for case-insensitive partial
matching on string fields, while = performs an exact case-sensitive
match. Examples: * action:update (case-insensitive partial match) *
action="Create" (case-sensitive exact match) * resource_type:agent *
resource_name:my-agent * author:me@example.com * create_time > "2025-01-01T00:00:00Z" * create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool
Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.