View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactDeletionContext (google_api_content_warehouse v0.4.0)

The ContactDeletionContext message is a wrapper around the generic ContactMutationContext data, and will include any needed delete specific data. NOTE: Before using this message please review go/people-api-contact-deletion-context

Attributes

  • mutationContext (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactMutationContext.t, default: nil) - The general mutation context data

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactDeletionContext{
    mutationContext:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactMutationContext.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.