google_api_analytics v0.5.0 GoogleApi.Analytics.V3.Model.UserDeletionRequest View Source
JSON template for a user deletion request resource.
Attributes
deletionRequestTime
(type:DateTime.t
, default:nil
) - This marks the point in time for which all user data before should be deletedfirebaseProjectId
(type:String.t
, default:nil
) - Firebase Project Idid
(type:GoogleApi.Analytics.V3.Model.UserDeletionRequestId.t
, default:nil
) - User ID.kind
(type:String.t
, default:analytics#userDeletionRequest
) - Value is "analytics#userDeletionRequest".propertyId
(type:String.t
, default:nil
) - Property IDwebPropertyId
(type:String.t
, default:nil
) - Web property ID of the form UA-XXXXX-YY.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Analytics.V3.Model.UserDeletionRequest{ deletionRequestTime: DateTime.t(), firebaseProjectId: String.t(), id: GoogleApi.Analytics.V3.Model.UserDeletionRequestId.t(), kind: String.t(), propertyId: String.t(), webPropertyId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.