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

The ContactEditContext message is a wrapper around the generic ContactMutationContext data to represent when and where a contact edit was performed.

Attributes

  • mutationContext (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactMutationContext.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.