GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchCitation
Table of Contents ▼
Jump to a specific part of the page:
Description
Reference to the citation in Google scholar.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
citation
(type:String.t
, default:nil
)
- -
safeHtmlCitation
(type:GoogleApi.ContentWarehouse.V1.Model.WebutilHtmlTypesSafeHtmlProto
, default:nil
)
- The citation after HTML sanitation. Used only by the front-end.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchCitation{
citation: String.t() | nil,
safeHtmlCitation: GoogleApi.ContentWarehouse.V1.Model.WebutilHtmlTypesSafeHtmlProto.t() | nil
}
citation: String.t() | nil,
safeHtmlCitation: GoogleApi.ContentWarehouse.V1.Model.WebutilHtmlTypesSafeHtmlProto.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchCitation