SocialGraphApiProtoSearchProfileState

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileState


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. changeTimestamp (type: DateTime.t, default: nil)
    - Timestamp of when the state was changed.
  2. 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.
  3. type (type: String.t, default: nil)
    - State that the UserProfile was changed to.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileState