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

Attributes

  • changeTimestamp (type: DateTime.t, default: nil) - Timestamp of when the state was changed.
  • displayTimestamp (type: DateTime.t, default: nil) - This will be used to display status to the user at a set time. If set to a value after change_timestamp, the change will not be 'reflected' until this time.
  • type (type: String.t, default: nil) - State that the UserProfile was changed to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileState{
    changeTimestamp: DateTime.t() | nil,
    displayTimestamp: DateTime.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.