GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Usage information. This is currently used for device contacts. Next ID: 3
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
lastTimeContacted
(type:DateTime.t
, default:nil
)
- Last time a contact was contacted. -
timesContacted
(type:String.t
, default:nil
)
- Number of times a contact was contacted.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo{
lastTimeContacted: DateTime.t() | nil,
timesContacted: String.t() | nil
}
lastTimeContacted: DateTime.t() | nil,
timesContacted: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo