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

Represents a user pseudonym. Pseudonyms are linked accounts on Google and third-party services (e.g. YouTube or Twitter) and are described by a Social Graph Node.

Attributes

  • sgnDomain (type: String.t, default: nil) - The fields from ccc/socialgraph/socialgraphnode.proto:SgnNode that uniquely identify a social graph node. The 'ident' field is not included here because its value can be changed.
  • sgnPk (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsSocialGraphNodeProto{
    sgnDomain: String.t() | nil,
    sgnPk: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.