GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeBigTreeBranch
Table of Contents ▼
Jump to a specific part of the page:
Description
Representing a dominating branch of the URL tree.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
features
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlFeatures
, default:nil
)
- -
patternId
(type:String.t
, default:nil
)
- The fingerprint of the features string. -
payload
(type:GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeBigTreeBranch{
features: GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlFeatures.t() | nil,
patternId: String.t() | nil,
payload: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil
}
features: GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlFeatures.t() | nil,
patternId: String.t() | nil,
payload: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeBigTreeBranch