GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileState
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
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 afterchange_timestamp
, the change will not be 'reflected' until this time. -
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
}
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