View Source GoogleApi.Books.V1.Model.DiscoveryclustersClustersBannerWithContentContainer (google_api_books v0.21.0)

Attributes

  • fillColorArgb (type: String.t, default: nil) -
  • imageUrl (type: String.t, default: nil) -
  • maskColorArgb (type: String.t, default: nil) -
  • moreButtonText (type: String.t, default: nil) -
  • moreButtonUrl (type: String.t, default: nil) -
  • textColorArgb (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Books.V1.Model.DiscoveryclustersClustersBannerWithContentContainer{
    fillColorArgb: String.t() | nil,
    imageUrl: String.t() | nil,
    maskColorArgb: String.t() | nil,
    moreButtonText: String.t() | nil,
    moreButtonUrl: String.t() | nil,
    textColorArgb: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.