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):
Attributes
-
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 -
includedDoc
(type:GoogleApi.ContentWarehouse.V1.Model.GDocumentBase
, default:nil
)
- -
linkUrl
(type:String.t
, default:nil
)
- -
perDocData
(type:GoogleApi.ContentWarehouse.V1.Model.PerDocData
, default:nil
)
- -
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
}
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