chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/websecurityscanner_v1beta.projects.scanConfigs.scanRuns.crawledUrls.html b/docs/dyn/websecurityscanner_v1beta.projects.scanConfigs.scanRuns.crawledUrls.html
index 26739b8..a1b6cf7 100644
--- a/docs/dyn/websecurityscanner_v1beta.projects.scanConfigs.scanRuns.crawledUrls.html
+++ b/docs/dyn/websecurityscanner_v1beta.projects.scanConfigs.scanRuns.crawledUrls.html
@@ -106,15 +106,15 @@
   An object of the form:
 
     { # Response for the `ListCrawledUrls` method.
-    "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
-    "crawledUrls": [ # The list of CrawledUrls returned.
-      { # A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web Security Scanner Service crawls the web applications, following all links within the scope of sites, to find the URLs to test against.
-        "url": "A String", # The URL that was crawled.
-        "body": "A String", # The body of the request that was used to visit the URL.
-        "httpMethod": "A String", # The http method of the request that was used to visit the URL, in uppercase.
-      },
-    ],
-  }</pre>
+  &quot;crawledUrls&quot;: [ # The list of CrawledUrls returned.
+    { # A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web Security Scanner Service crawls the web applications, following all links within the scope of sites, to find the URLs to test against.
+      &quot;body&quot;: &quot;A String&quot;, # The body of the request that was used to visit the URL.
+      &quot;httpMethod&quot;: &quot;A String&quot;, # The http method of the request that was used to visit the URL, in uppercase.
+      &quot;url&quot;: &quot;A String&quot;, # The URL that was crawled.
+    },
+  ],
+  &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
+}</pre>
 </div>
 
 <div class="method">