View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo (google_api_content_warehouse v0.4.0)
Usage information. This is currently used for device contacts. Next ID: 3
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo{ lastTimeContacted: DateTime.t() | nil, timesContacted: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.