View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoDecorationOverlay (google_api_content_warehouse v0.4.0)

Settings that control how a SIBS decoration overlay is displayed.

Attributes

  • overlay (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay.t, default: nil) - Settings that describe how the decoration should be overlaid on the photo.
  • sibsId (type: String.t, default: nil) - SIBS ID of the decoration that is overlaid on the photo.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoDecorationOverlay{
    overlay:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay.t()
      | nil,
    sibsId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.