View Source GoogleApi.CloudSearch.V1.Model.Content (google_api_cloud_search v0.24.0)
Attributes
-
actions(type:list(GoogleApi.CloudSearch.V1.Model.Action.t), default:nil) - [Optional] Actions for this card. -
description(type:GoogleApi.CloudSearch.V1.Model.SafeHtmlProto.t, default:nil) - [Optional] Description of the card. -
subtitle(type:GoogleApi.CloudSearch.V1.Model.BackgroundColoredText.t, default:nil) - [Optional] Subtitle of the card. -
title(type:GoogleApi.CloudSearch.V1.Model.BackgroundColoredText.t, default:nil) - [Optional] Title of the card.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.Content{ actions: [GoogleApi.CloudSearch.V1.Model.Action.t()] | nil, description: GoogleApi.CloudSearch.V1.Model.SafeHtmlProto.t() | nil, subtitle: GoogleApi.CloudSearch.V1.Model.BackgroundColoredText.t() | nil, title: GoogleApi.CloudSearch.V1.Model.BackgroundColoredText.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.