google_api_analytics v0.9.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 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %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

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.