View Source GoogleApi.Analytics.V3.Model.UserDeletionRequest (google_api_analytics v0.15.0)

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 deleted
  • firebaseProjectId (type: String.t, default: nil) - Firebase Project Id
  • id (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 ID
  • webPropertyId (type: String.t, default: nil) - Web property ID of the form UA-XXXXX-YY.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.UserDeletionRequest{
  deletionRequestTime: DateTime.t() | nil,
  firebaseProjectId: String.t() | nil,
  id: GoogleApi.Analytics.V3.Model.UserDeletionRequestId.t() | nil,
  kind: String.t() | nil,
  propertyId: String.t() | nil,
  webPropertyId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.