View Source GoogleApi.ContentWarehouse.V1.Model.TrawlerThrottleClientData (google_api_content_warehouse v0.4.0)

Attributes

  • IsBandwidthThrottle (type: boolean(), default: nil) -
  • MaxAllowedRate (type: number(), default: nil) - Max doc_requestor urls/second allowed from this client to this fetcher.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerThrottleClientData{
  IsBandwidthThrottle: boolean() | nil,
  MaxAllowedRate: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.