Close httplib2 connections.
Insert or update a user deletion requests.
close()
Close httplib2 connections.
upsert(body=None)
Insert or update a user deletion requests. Args: body: object, The request body. The object takes the form of: { # JSON template for a user deletion request resource. "firebaseProjectId": "A String", # Firebase Project Id "id": { # User ID. "userId": "A String", # The User's id "type": "A String", # Type of user }, "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted "propertyId": "A String", # Property ID "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY. "kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest". } Returns: An object of the form: { # JSON template for a user deletion request resource. "firebaseProjectId": "A String", # Firebase Project Id "id": { # User ID. "userId": "A String", # The User's id "type": "A String", # Type of user }, "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted "propertyId": "A String", # Property ID "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY. "kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest". }