CompositeDocIncludedContent

GoogleApi.ContentWarehouse.V1.Model.CompositeDocIncludedContent


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):

View Attributes

Attributes

  1. SourceTypeBitfield (type: String.t, default: nil)
    - Indicate how this content came to be included. Legal values are constructed by bitwise-OR-ing values from the included_content::SourceType enum. Default SourceTypeBitfield = included_content::INCLUDED_FRAME
  2. includedDoc (type: GoogleApi.ContentWarehouse.V1.Model.GDocumentBase, default: nil)
    -
  3. linkUrl (type: String.t, default: nil)
    -
  4. perDocData (type: GoogleApi.ContentWarehouse.V1.Model.PerDocData, default: nil)
    -
  5. properties (type: GoogleApi.ContentWarehouse.V1.Model.DocProperties, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocIncludedContent{
SourceTypeBitfield: String.t() | nil,
includedDoc: GoogleApi.ContentWarehouse.V1.Model.GDocumentBase.t() | nil,
linkUrl: String.t() | nil,
perDocData: GoogleApi.ContentWarehouse.V1.Model.PerDocData.t() | nil,
properties: GoogleApi.ContentWarehouse.V1.Model.DocProperties.t() | nil
}

Function

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

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