GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactState
Table of Contents ▼
Jump to a specific part of the page:
Description
Contact state and related metadata. See go/fbs-contacts-trash.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
deletionContext
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactDeletionContext
, default:nil
)
- A trashed contact may have deletion context set, which indicates where and when the contact was trashed. Deletion context is cleared when the contact is untrashed. -
deletionState
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactState{
deletionContext: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactDeletionContext.t() | nil,
deletionState: String.t() | nil
}
deletionContext: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactDeletionContext.t() | nil,
deletionState: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactState