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

Attributes

  • fingerprint (type: String.t, default: nil) -
  • fingerprintWithGroupInType (type: boolean(), default: nil) - If consider position when calculating fingerprint of url feature.
  • groupInType (type: String.t, default: nil) - Used together w/ type field to group features, for finding features with too many possible values.
  • type (type: String.t, default: nil) -
  • value (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlFeature{
  fingerprint: String.t() | nil,
  fingerprintWithGroupInType: boolean() | nil,
  groupInType: String.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.