docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
index 9f52718..e084315 100644
--- a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
+++ b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
@@ -87,15 +87,15 @@
The object takes the form of:
{ # JSON template for a user deletion request resource.
- "kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest".
- "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
- "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
- "firebaseProjectId": "A String", # Firebase Project Id
- "id": { # User ID.
- "userId": "A String", # The User's id
- "type": "A String", # Type of user
+ "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "propertyId": "A String", # Property ID
+ "firebaseProjectId": "A String", # Firebase Project Id
+ "id": { # User ID.
+ "type": "A String", # Type of user
+ "userId": "A String", # The User's id
},
- "propertyId": "A String", # Property ID
+ "kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest".
+ "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
}
@@ -103,15 +103,15 @@
An object of the form:
{ # JSON template for a user deletion request resource.
- "kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest".
- "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
- "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
- "firebaseProjectId": "A String", # Firebase Project Id
- "id": { # User ID.
- "userId": "A String", # The User's id
- "type": "A String", # Type of user
+ "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "propertyId": "A String", # Property ID
+ "firebaseProjectId": "A String", # Firebase Project Id
+ "id": { # User ID.
+ "type": "A String", # Type of user
+ "userId": "A String", # The User's id
},
- "propertyId": "A String", # Property ID
+ "kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest".
+ "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
}</pre>
</div>