OceanDataDocinfoWoodwingItemMetadata

GoogleApi.ContentWarehouse.V1.Model.OceanDataDocinfoWoodwingItemMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata describing an 'item' (article) in a Woodwing file.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. author (type: String.t, default: nil)
    -
  2. category (type: String.t, default: nil)
    -
  3. description (type: String.t, default: nil)
    -
  4. title (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanDataDocinfoWoodwingItemMetadata{
author: String.t() | nil,
category: String.t() | nil,
description: String.t() | nil,
title: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OceanDataDocinfoWoodwingItemMetadata