GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNames
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
count
(type:integer()
, default:nil
)
- The total number of original names that a normalized name has (all versions from all different sources). -
name
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNamesOriginalName)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNames{
count: integer() | nil,
name: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNamesOriginalName.t() ] | nil
}
count: integer() | nil,
name: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNamesOriginalName.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNames