GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseDirectory
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
The Directory proto group holds snippet and title metadata which is made available to the snippet code. The proto group was originally created for metadata coming from the Google Web Directory (gwd) project. It has since come to be used to hold metadata from gwd and other sources.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
Category
(type:String.t
, default:nil
)
- encoded in UTF8 -
Description
(type:String.t
, default:nil
)
- encoded in UTF8 -
DescriptionScore
(type:number()
, default:nil
)
- -
Identifier
(type:String.t
, default:nil
)
- "gwd", etc. -
Language
(type:integer()
, default:nil
)
- go/language-enum -
Title
(type:String.t
, default:nil
)
- encoded in UTF8 -
TitleScore
(type:number()
, default:nil
)
- Deprecated; do not use. There is no code populating these fields as of Oct 2017. -
URL
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseDirectory{
Category: String.t() | nil,
Description: String.t() | nil,
DescriptionScore: number() | nil,
Identifier: String.t() | nil,
Language: integer() | nil,
Title: String.t() | nil,
TitleScore: number() | nil,
URL: String.t() | nil
}
Category: String.t() | nil,
Description: String.t() | nil,
DescriptionScore: number() | nil,
Identifier: String.t() | nil,
Language: integer() | nil,
Title: String.t() | nil,
TitleScore: number() | nil,
URL: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseDirectory