TrawlerOriginalClientParams

GoogleApi.ContentWarehouse.V1.Model.TrawlerOriginalClientParams


Table of Contents ▼

Jump to a specific part of the page:

Description

The information about the original client who starts the request.

Attributes List

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

View Attributes

Attributes

  1. clientCell (type: String.t, default: nil)
    -
  2. clientIp (type: String.t, default: nil)
    -
  3. clientRpcType (type: String.t, default: nil)
    - through which RPC request
  4. clientUsername (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerOriginalClientParams{
clientCell: String.t() | nil,
clientIp: String.t() | nil,
clientRpcType: String.t() | nil,
clientUsername: String.t() | nil
}

Function

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

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