Voting helps other researchers find interesting modules.
ClientServiceInfo is meant for trawler/harpoon clients which are in turn services to store some data specific to their clients. E.g., Kodachrome may serve multiple other clients. In this case they can store their client name here. Webmirror may also store the feed name here even though a feed is technically not a service client. ClientServiceInfo is in nature similar to ClientInfo, except it's stored in FetchReplyData (i.e., trawler logs), whereas ClientInfo is copied to FetchReply (outside FetchReplyData), thus it's not stored in trawler logs.
DelegatedProjectName
String.t
nil
ServiceClientID
clientLabels
list(GoogleApi.ContentWarehouse.V1.Model.TrawlerClientServiceInfoClientLabels.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerClientServiceInfo{ DelegatedProjectName: String.t() | nil, ServiceClientID: String.t() | nil, clientLabels: [ GoogleApi.ContentWarehouse.V1.Model.TrawlerClientServiceInfoClientLabels.t() ] | nil }
@spec decode(struct(), keyword()) :: struct()