chore: update docs/dyn (#1106)
diff --git a/docs/dyn/blogger_v2.users.html b/docs/dyn/blogger_v2.users.html
index 7aa2f7c..a68e667 100644
--- a/docs/dyn/blogger_v2.users.html
+++ b/docs/dyn/blogger_v2.users.html
@@ -104,18 +104,18 @@
"blogs": { # The container of blogs for this user.
"selfLink": "A String", # The URL of the Blogs for this user.
},
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
- "kind": "A String", # The kind of this entity. Always blogger#user.
"locale": { # This user's locale
"country": "A String", # The country this blog's locale is set to.
- "variant": "A String", # The language variant this blog is authored in.
"language": "A String", # The language this blog is authored in.
+ "variant": "A String", # The language variant this blog is authored in.
},
- "url": "A String", # The user's profile page.
- "displayName": "A String", # The display name.
+ "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
"about": "A String", # Profile summary information.
"id": "A String", # The identifier for this User.
+ "displayName": "A String", # The display name.
+ "kind": "A String", # The kind of this entity. Always blogger#user.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "url": "A String", # The user's profile page.
}</pre>
</div>